_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.
Created attachment 80243 [details] Moved these methods to the correct category.
Comment on attachment 80243 [details] Moved these methods to the correct category. rs=me
Comment on attachment 80243 [details] Moved these methods to the correct category. I am going to land this.
Committed revision 76741.