RESOLVED WONTFIX80677
[V8][Refactoring] Remove redundant v8::Handle<v8::Value>()
https://bugs.webkit.org/show_bug.cgi?id=80677
Summary [V8][Refactoring] Remove redundant v8::Handle<v8::Value>()
Kentaro Hara
Reported 2012-03-08 21:50:28 PST
We can replace v8::Handle<v8::Value>(v8::Null()) with v8::Null() etc.
Attachments
Patch (7.53 KB, patch)
2012-03-08 21:52 PST, Kentaro Hara
no flags
Patch (7.59 KB, patch)
2012-03-08 21:54 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-03-08 21:52:26 PST
Kentaro Hara
Comment 2 2012-03-08 21:54:13 PST
Kentaro Hara
Comment 3 2012-03-08 21:58:24 PST
I was wrong. v8::Handle<v8::Value>(...) is needed for v8::Null().
Note You need to log in before you can comment on or make changes to this bug.