[Webkit-unassigned] [Bug 111271] WebKit fails to build with MinGW compiler after changeset 144024

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 14:29:41 PST 2013


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





--- Comment #9 from James Robinson <jamesr at chromium.org>  2013-03-05 14:32:05 PST ---
I believe the patch in https://bugs.webkit.org/show_bug.cgi?id=111306 takes care of this.

The GraphicsLayer type's definition is guarded by USE(ACCELERATED_COMPOSITING) but there are declarations of the type outside the guard in various places.  I guess it's to keep the #ifdeffage down in interface definitions, but perhaps Simon knows the history more concretely here.

-- 
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