Title: [164816] trunk/Source/WebKit2
Revision
164816
Author
[email protected]
Date
2014-02-27 11:00:33 -0800 (Thu, 27 Feb 2014)

Log Message

[Mac] Remove unused SPI declarations from WKView.mm
https://bugs.webkit.org/show_bug.cgi?id=129434

Reviewed by Sam Weinig.

* UIProcess/API/mac/WKView.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164815 => 164816)


--- trunk/Source/WebKit2/ChangeLog	2014-02-27 18:49:53 UTC (rev 164815)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-27 19:00:33 UTC (rev 164816)
@@ -1,3 +1,12 @@
+2014-02-27  Alexey Proskuryakov  <[email protected]>
+
+        [Mac] Remove unused SPI declarations from WKView.mm
+        https://bugs.webkit.org/show_bug.cgi?id=129434
+
+        Reviewed by Sam Weinig.
+
+        * UIProcess/API/mac/WKView.mm:
+
 2014-02-26  Michael Saboff  <[email protected]>
 
         Auto generate bytecode information for bytecode parser and LLInt

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (164815 => 164816)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-02-27 18:49:53 UTC (rev 164815)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-02-27 19:00:33 UTC (rev 164816)
@@ -110,11 +110,6 @@
 - (void)_setCurrentEvent:(NSEvent *)event;
 @end
 
-@interface NSObject (WKNSTextInputContextDetails)
-- (BOOL)wantsToHandleMouseEvents;
-- (BOOL)handleMouseEvent:(NSEvent *)event;
-@end
-
 @interface NSWindow (WKNSWindowDetails)
 - (NSRect)_intersectBottomCornersWithRect:(NSRect)viewRect;
 - (void)_maskRoundedBottomCorners:(NSRect)clipRect;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to