Bug 25492

Summary: Add USE(JSC) guards around node wrapper cache calls.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore Misc.Assignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add JSC guards around node wrapper cache calls, v1. eric: review+

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.