Bug 111910 - fix wincairo ACCELERATED_COMPOSITING bug
Summary: fix wincairo ACCELERATED_COMPOSITING bug
Status: RESOLVED DUPLICATE of bug 111891
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 18:29 PST by Alex Christensen
Modified: 2013-04-15 13:01 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2013-03-08 18:43 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 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.
Comment 1 Alex Christensen 2013-03-08 18:43:09 PST
Created attachment 192322 [details]
Patch
Comment 2 Alex Christensen 2013-03-11 18:25:45 PDT

*** This bug has been marked as a duplicate of bug 111891 ***
Comment 3 Brent Fulgham 2013-04-15 13:01:04 PDT
Comment on attachment 192322 [details]
Patch

Clearing review flags since patch is already landed.