Title: [165234] trunk/Source/WebKit2
Revision
165234
Author
[email protected]
Date
2014-03-06 17:31:54 -0800 (Thu, 06 Mar 2014)

Log Message

Remove empty class extension in WKContentViewInteraction
https://bugs.webkit.org/show_bug.cgi?id=129849

Reviewed by Enrica Casucci.

This empty class extension is cruft left over from refactoring.
It can be removed.

* UIProcess/ios/WKContentViewInteraction.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165233 => 165234)


--- trunk/Source/WebKit2/ChangeLog	2014-03-07 01:31:53 UTC (rev 165233)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-07 01:31:54 UTC (rev 165234)
@@ -1,5 +1,17 @@
 2014-03-06  Simon Fraser  <[email protected]>
 
+        Remove empty class extension in WKContentViewInteraction
+        https://bugs.webkit.org/show_bug.cgi?id=129849
+
+        Reviewed by Enrica Casucci.
+        
+        This empty class extension is cruft left over from refactoring.
+        It can be removed.
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+
+2014-03-06  Simon Fraser  <[email protected]>
+
         [iOS] didUpdateVisibleRect: should use fabs, not abs
         https://bugs.webkit.org/show_bug.cgi?id=129843
 

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (165233 => 165234)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2014-03-07 01:31:53 UTC (rev 165233)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2014-03-07 01:31:54 UTC (rev 165234)
@@ -129,12 +129,6 @@
 - (void)selectWord;
 @end
 
-@interface WKContentView () {
-
-}
-
-@end
-
 @implementation WKContentView (WKInteraction)
 
 - (void)setupInteraction
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to