Bug 25198

Summary: Wrap some JSC specific code in a #if USE(JSC)
Product: WebKit Reporter: Eric Roman <eroman>
Component: WebKit Misc.Assignee: Eric Roman <eroman>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
hide some code when building V8 bindings darin: review+

Eric Roman
Reported 2009-04-14 19:00:46 PDT
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.
Attachments
hide some code when building V8 bindings (1.27 KB, patch)
2009-04-14 19:01 PDT, Eric Roman
darin: review+
Eric Roman
Comment 1 2009-04-14 19:01:55 PDT
Created attachment 29487 [details] hide some code when building V8 bindings
Darin Fisher (:fishd, Google)
Comment 2 2009-04-15 11:07:02 PDT
Note You need to log in before you can comment on or make changes to this bug.