Bug 53195

Summary: Several WKView Internal category methods are implemented in the main category.
Product: WebKit Reporter: Jing <jingidy+wk>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.6   
Attachments:
Description Flags
Moved these methods to the correct category. mitz: review+

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.