RESOLVED DUPLICATE of bug 111891 111910
fix wincairo ACCELERATED_COMPOSITING bug
https://bugs.webkit.org/show_bug.cgi?id=111910
Summary fix wincairo ACCELERATED_COMPOSITING bug
Alex Christensen
Reported 2013-03-08 18:29:41 PST
The destructor of PseudoElement in Source/WebCore/dom/PseudoElement.cpp line 69 calls InspectorInstrumentation::pseudoElementDestroyed, which is only defined in Source/WebCore/inspector/InspectorInstrumentation.h line 314 surrounded by an #if USE(ACCELERATED_COMPOSITING). Adding the same macro around the call in PseudoElement.cpp fixes the wincairo build. I'll upload a patch soon.
Attachments
Patch (1.23 KB, patch)
2013-03-08 18:43 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2013-03-08 18:43:09 PST
Alex Christensen
Comment 2 2013-03-11 18:25:45 PDT
*** This bug has been marked as a duplicate of bug 111891 ***
Brent Fulgham
Comment 3 2013-04-15 13:01:04 PDT
Comment on attachment 192322 [details] Patch Clearing review flags since patch is already landed.
Note You need to log in before you can comment on or make changes to this bug.