Bug 7404 - remove a bunch of extra implementsCall overrides
Summary: remove a bunch of extra implementsCall overrides
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 08:12 PST by Darin Adler
Modified: 2006-02-21 19:10 PST (History)
0 users

See Also:


Attachments
patch (38.02 KB, patch)
2006-02-21 08:15 PST, Darin Adler
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-02-21 08:12:09 PST
After the changes last night, there are overrides of implementsCall that aren't needed. I have a patch that cleans them up.
Comment 1 Darin Adler 2006-02-21 08:15:08 PST
Created attachment 6643 [details]
patch
Comment 2 John Sullivan 2006-02-21 08:53:16 PST
Comment on attachment 6643 [details]
patch

looks straightforward
Comment 3 Maks Orlovich 2006-02-21 19:10:55 PST
Thanks for doing this, this was actually on my TODO list (I actually did it before in KJS, but dropped due to merge headaches)