[Webkit-unassigned] [Bug 25198] New: Wrap some JSC specific code in a #if USE(JSC)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 19:00:46 PDT 2009


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

           Summary: Wrap some JSC specific code in a #if USE(JSC)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eroman at chromium.org
                CC: ggaren at apple.com, dglazkov at chromium.org


The change <http://trac.webkit.org/changeset/42476> exposes some code in
RegisteredEventListener.h which does not compile with V8 bindings.

EventListener::clearJSFunction and EventListener::markJSFunction are only
defined if #USE(JSC), so any callers of it should probably also be wrapped in a
#if USE(JSC) block.

Patch coming.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list