Bug 25492 - Add USE(JSC) guards around node wrapper cache calls.
Summary: Add USE(JSC) guards around node wrapper cache calls.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 13:47 PDT by Dimitri Glazkov (Google)
Modified: 2009-04-30 14:23 PDT (History)
2 users (show)

See Also:


Attachments
Add JSC guards around node wrapper cache calls, v1. (1.72 KB, patch)
2009-04-30 13:48 PDT, Dimitri Glazkov (Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-04-30 13:47:12 PDT
These are not used in V8.
Comment 1 Dimitri Glazkov (Google) 2009-04-30 13:48:41 PDT
Created attachment 29919 [details]
Add JSC guards around node wrapper cache calls, v1.

 WebCore/ChangeLog        |   12 ++++++++++++
 WebCore/dom/Document.cpp |    2 ++
 WebCore/dom/Node.cpp     |    3 ++-
 3 files changed, 16 insertions(+), 1 deletions(-)
Comment 2 Eric Seidel (no email) 2009-04-30 14:09:00 PDT
Comment on attachment 29919 [details]
Add JSC guards around node wrapper cache calls, v1.

Please add a comment about why removing JSBindings.h is OK. r=me
Comment 3 Dimitri Glazkov (Google) 2009-04-30 14:23:29 PDT
Landed as http://trac.webkit.org/changeset/43091.