Title: [177725] trunk/Source/WebKit2
Revision
177725
Author
[email protected]
Date
2014-12-24 15:21:34 -0800 (Wed, 24 Dec 2014)

Log Message

Addressed a linker warning about the definition of a method in a category overridng a method from the class.

* UIProcess/API/mac/WKView.mm:
(-[WKView(Private) _targetWindowForMovePreparation]): Deleted. This was identical to the
definition in the main WKView implementation above.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177724 => 177725)


--- trunk/Source/WebKit2/ChangeLog	2014-12-24 23:10:21 UTC (rev 177724)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-24 23:21:34 UTC (rev 177725)
@@ -1,3 +1,11 @@
+2014-12-24  Dan Bernstein  <[email protected]>
+
+        Addressed a linker warning about the definition of a method in a category overridng a method from the class.
+
+        * UIProcess/API/mac/WKView.mm:
+        (-[WKView(Private) _targetWindowForMovePreparation]): Deleted. This was identical to the
+        definition in the main WKView implementation above.
+
 2014-12-23  ChangSeok Oh  <[email protected]>
 
         [GTK] Build fix after r177692

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


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-12-24 23:10:21 UTC (rev 177724)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-12-24 23:21:34 UTC (rev 177725)
@@ -4054,11 +4054,6 @@
     _data->_viewInWindowChangeWasDeferred = NO;
 }
 
-- (NSWindow *)_targetWindowForMovePreparation
-{
-    return _data->_targetWindowForMovePreparation;
-}
-
 - (BOOL)isDeferringViewInWindowChanges
 {
     return _data->_shouldDeferViewInWindowChanges;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to