Bug 110666 - [V8] Remove Event::dataTransferAttrGetterCustom() and Event::valueAttrSetterCustom()
Summary: [V8] Remove Event::dataTransferAttrGetterCustom() and Event::valueAttrSetterC...
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: 2013-02-22 17:15 PST by Kentaro Hara
Modified: 2013-02-26 21:13 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.11 KB, patch)
2013-02-22 17:16 PST, 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 2013-02-22 17:15:08 PST
Event::dataTransferAttrGetterCustom() is not used (i.e. the custom method is not registered to V8). Event::valueAttrSetterCustom() is declared but not implemented. We can remove them.
Comment 1 Kentaro Hara 2013-02-22 17:16:33 PST
Created attachment 189870 [details]
Patch
Comment 2 Adam Barth 2013-02-26 20:59:17 PST
Comment on attachment 189870 [details]
Patch

ok
Comment 3 WebKit Review Bot 2013-02-26 21:12:57 PST
Comment on attachment 189870 [details]
Patch

Clearing flags on attachment: 189870

Committed r144142: <http://trac.webkit.org/changeset/144142>
Comment 4 WebKit Review Bot 2013-02-26 21:13:00 PST
All reviewed patches have been landed.  Closing bug.