[Webkit-unassigned] [Bug 50867] [Gtk] WebKitGtk+ doesn't build on Mac OS X 10.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 09:09:01 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50867





--- Comment #20 from Eric Seidel <eric at webkit.org>  2010-12-24 09:09:01 PST ---
(From update of attachment 77407)
View in context: https://bugs.webkit.org/attachment.cgi?id=77407&action=review

In general looks fine.  The Cursor re-def looks scary and fragile.

> Tools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:35
> +#if OS(DARWIN) && PLATFORM(GTK)
> +#define Cursor       QD_Cursor 
> +#endif
>  #include "PluginObject.h"
> +#if OS(DARWIN) && PLATFORM(GTK)
> +#undef Cursor
> +#endif

Why is this needed?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list