RESOLVED FIXED 86803
[V8][Refactoring] Remove V8Proxy::deletionNotHandledByInterceptor()
https://bugs.webkit.org/show_bug.cgi?id=86803
Summary [V8][Refactoring] Remove V8Proxy::deletionNotHandledByInterceptor()
Kentaro Hara
Reported 2012-05-17 21:45:20 PDT
V8Proxy::deletionNotHandledByInterceptor() is used by V8StorageCustom.cpp only, just in order to return v8::Handle<v8::Boolean>(). In such cases, other custom bindings are hard-coding 'return v8::Handle<v8::Boolean>()'. Thus we can hard-code 'return v8::Handle<v8::Boolean>()' in V8StorageCustom.cpp too, and remove V8Proxy::deletionNotHandledByInterceptor().
Attachments
Patch (2.54 KB, patch)
2012-05-17 21:47 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-17 21:47:05 PDT
Kentaro Hara
Comment 2 2012-05-17 22:18:33 PDT
Comment on attachment 142627 [details] Patch Thanks!
WebKit Review Bot
Comment 3 2012-05-17 22:49:57 PDT
Comment on attachment 142627 [details] Patch Clearing flags on attachment: 142627 Committed r117546: <http://trac.webkit.org/changeset/117546>
WebKit Review Bot
Comment 4 2012-05-17 22:50: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.