[Webkit-unassigned] [Bug 111910] New: fix wincairo ACCELERATED_COMPOSITING bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 18:27:16 PST 2013


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

           Summary: fix wincairo ACCELERATED_COMPOSITING bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: bfulgham at webkit.org


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.

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