Bug 86803 - [V8][Refactoring] Remove V8Proxy::deletionNotHandledByInterceptor()
Summary: [V8][Refactoring] Remove V8Proxy::deletionNotHandledByInterceptor()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 21:45 PDT by Kentaro Hara
Modified: 2012-05-17 22:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.54 KB, patch)
2012-05-17 21:47 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 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().
Comment 1 Kentaro Hara 2012-05-17 21:47:05 PDT
Created attachment 142627 [details]
Patch
Comment 2 Kentaro Hara 2012-05-17 22:18:33 PDT
Comment on attachment 142627 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-05-17 22:50:02 PDT
All reviewed patches have been landed.  Closing bug.