Bug 129434

Summary: [Mac] Remove unused SPI declarations from WKView.mm
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, enrica
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2014-02-27 09:41:33 PST
@interface NSObject (WKNSTextInputContextDetails)
- (BOOL)wantsToHandleMouseEvents;
- (BOOL)handleMouseEvent:(NSEvent *)event;
@end

We don't use these.
Comment 1 Alexey Proskuryakov 2014-02-27 09:42:51 PST
Created attachment 225385 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-02-27 10:55:02 PST
Comment on attachment 225385 [details]
proposed patch

Clearing flags on attachment: 225385

Committed r164816: <http://trac.webkit.org/changeset/164816>
Comment 3 WebKit Commit Bot 2014-02-27 10:55:04 PST
All reviewed patches have been landed.  Closing bug.