[webkit-reviews] review granted: [Bug 87809] [V8] Replace v8::Null() with v8::Null(isolate) in custom bindings where isolate shouldn't be 0 : [Attachment 144675] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 09:42:37 PDT 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 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

Attachment 144675: Patch
https://bugs.webkit.org/attachment.cgi?id=144675&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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?


More information about the webkit-reviews mailing list