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+

Jing
Reported 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.
Attachments
Moved these methods to the correct category. (3.98 KB, patch)
2011-01-26 14:59 PST, Jing
mitz: review+
Jing
Comment 1 2011-01-26 14:59:03 PST
Created attachment 80243 [details] Moved these methods to the correct category.
mitz
Comment 2 2011-01-26 15:07:54 PST
Comment on attachment 80243 [details] Moved these methods to the correct category. rs=me
mitz
Comment 3 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.
mitz
Comment 4 2011-01-26 17:32:57 PST
Committed revision 76741.
Note You need to log in before you can comment on or make changes to this bug.