RESOLVED FIXED 25492
Add USE(JSC) guards around node wrapper cache calls.
https://bugs.webkit.org/show_bug.cgi?id=25492
Summary Add USE(JSC) guards around node wrapper cache calls.
Dimitri Glazkov (Google)
Reported 2009-04-30 13:47:12 PDT
These are not used in V8.
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+
Dimitri Glazkov (Google)
Comment 1 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(-)
Eric Seidel (no email)
Comment 2 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
Dimitri Glazkov (Google)
Comment 3 2009-04-30 14:23:29 PDT
Note You need to log in before you can comment on or make changes to this bug.