Bug 132221 - [Cocoa] Rename a bundle form delegate method
Summary: [Cocoa] Rename a bundle form delegate method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 16:04 PDT by mitz
Modified: 2014-04-26 16:30 PDT (History)
0 users

See Also:


Attachments
Rename (6.51 KB, patch)
2014-04-26 16:06 PDT, mitz
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-04-26 16:04:31 PDT
Now that no one is using the old declaration of -_webProcessPlugInBrowserContextControlle:willSubmitForm:toFrame:fromFrame:withValues:, we can rename the “newWillSubmitForm:…” method.
Comment 1 mitz 2014-04-26 16:06:10 PDT
Created attachment 230247 [details]
Rename
Comment 2 mitz 2014-04-26 16:30:30 PDT
Committed <http://trac.webkit.org/r167846>.