RESOLVED FIXED 87809
[V8] Replace v8::Null() with v8::Null(isolate) in custom bindings where isolate shouldn't be 0
https://bugs.webkit.org/show_bug.cgi?id=87809
Summary [V8] Replace v8::Null() with v8::Null(isolate) in custom bindings where isola...
Kentaro Hara
Reported 2012-05-29 18:58:40 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we replace v8::Null() with v8::Null(isolate) in custom bindings where isolate shouldn't be 0. 'where isolate shouldn't be 0' is the place where isolate is retrieved directly from AccessorInfo and Arguments.
Attachments
Patch (25.04 KB, patch)
2012-05-29 19:06 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-29 19:06:10 PDT
Adam Barth
Comment 2 2012-05-30 09:42:37 PDT
Comment on attachment 144675 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144675&action=review > Source/WebCore/bindings/v8/custom/V8HTMLElementCustom.cpp:46 > + return v8::Null(); Not passing isolate here?
Kentaro Hara
Comment 3 2012-05-30 16:46:26 PDT
Comment on attachment 144675 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144675&action=review >> Source/WebCore/bindings/v8/custom/V8HTMLElementCustom.cpp:46 >> + return v8::Null(); > > Not passing isolate here? No. Isolate is passed here in another patch. This is a patch that passes isolate to the places where isolate cannot be 0.
WebKit Review Bot
Comment 4 2012-05-30 17:02:58 PDT
Comment on attachment 144675 [details] Patch Clearing flags on attachment: 144675 Committed r118998: <http://trac.webkit.org/changeset/118998>
WebKit Review Bot
Comment 5 2012-05-30 17:03:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.