Bug 53195 - Several WKView Internal category methods are implemented in the main category.
Summary: Several WKView Internal category methods are implemented in the main category.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 14:57 PST by Jing
Modified: 2011-01-26 17:32 PST (History)
2 users (show)

See Also:


Attachments
Moved these methods to the correct category. (3.98 KB, patch)
2011-01-26 14:59 PST, Jing
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jing 2011-01-26 14:57:10 PST
_setEventBeingResent:, _interceptKeyEvent:, _getTextInputState:selectionEnd:underlines:, and _setAccessibilityChildToken: are defined  in WKView (Internal) but are implemented in the main category. This prevents the code from compiling when WKViewInternal.h is imported in WKView.mm.
Comment 1 Jing 2011-01-26 14:59:03 PST
Created attachment 80243 [details]
Moved these methods to the correct category.
Comment 2 mitz 2011-01-26 15:07:54 PST
Comment on attachment 80243 [details]
Moved these methods to the correct category.

rs=me
Comment 3 mitz 2011-01-26 17:31:56 PST
Comment on attachment 80243 [details]
Moved these methods to the correct category.

I am going to land this.
Comment 4 mitz 2011-01-26 17:32:57 PST
Committed revision 76741.