RESOLVED FIXED 87807
[V8] Replace v8::Null() with v8NullWithCheck(isolate) in custom bindings where isolate can be 0
https://bugs.webkit.org/show_bug.cgi?id=87807
Summary [V8] Replace v8::Null() with v8NullWithCheck(isolate) in custom bindings wher...
Kentaro Hara
Reported 2012-05-29 18:44:30 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we replace v8::Null() with v8Null(isolate) in custom bindings where isolate can be 0.
Attachments
Patch (30.08 KB, patch)
2012-05-29 18:49 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-29 18:49:43 PDT
WebKit Review Bot
Comment 2 2012-05-30 17:13:45 PDT
Comment on attachment 144672 [details] Patch Clearing flags on attachment: 144672 Committed r119001: <http://trac.webkit.org/changeset/119001>
WebKit Review Bot
Comment 3 2012-05-30 17:13:49 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.