Bug 25198 - Wrap some JSC specific code in a #if USE(JSC)
Summary: Wrap some JSC specific code in a #if USE(JSC)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Eric Roman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 19:00 PDT by Eric Roman
Modified: 2009-04-15 11:07 PDT (History)
2 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Roman 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.
Comment 1 Eric Roman 2009-04-14 19:01:55 PDT
Created attachment 29487 [details]
hide some code when building V8 bindings
Comment 2 Darin Fisher (:fishd, Google) 2009-04-15 11:07:02 PDT
Landed as:  http://trac.webkit.org/changeset/42544