WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Landed as:
http://trac.webkit.org/changeset/42544
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug