Bug 111910

Summary: fix wincairo ACCELERATED_COMPOSITING bug
Product: WebKit Reporter: Alex Christensen <alex.christensen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Trivial CC: bfulgham, esprehn+autocc, ojan.autocc, webkit.review.bot
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

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.