Bug 6072 - Remove dead _frameForDataSource: method from WebView
Summary: Remove dead _frameForDataSource: method from WebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 21:42 PST by Maciej Stachowiak
Modified: 2005-12-13 22:13 PST (History)
0 users

See Also:


Attachments
Remove the offending method (3.44 KB, patch)
2005-12-13 21:45 PST, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2005-12-13 21:42:38 PST
The _frameForDataSource: method on WebView is not used anywhere in WebKit. I have a patch to remove 
it.
Comment 1 Maciej Stachowiak 2005-12-13 21:45:17 PST
Created attachment 5070 [details]
Remove the offending method