RESOLVED FIXED 25198
Wrap some JSC specific code in a #if USE(JSC)
https://bugs.webkit.org/show_bug.cgi?id=25198
Summary Wrap some JSC specific code in a #if USE(JSC)
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.