Title: [170538] trunk/Source/WebKit2
Revision
170538
Author
[email protected]
Date
2014-06-27 11:09:54 -0700 (Fri, 27 Jun 2014)

Log Message

Remove unused definitions that were mistakenly added back in r170323 and then again in r170329
https://bugs.webkit.org/show_bug.cgi?id=134397

Reviewed by Geoff Garen.

* UIProcess/API/Cocoa/WKBackForwardList.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (170537 => 170538)


--- trunk/Source/WebKit2/ChangeLog	2014-06-27 18:08:08 UTC (rev 170537)
+++ trunk/Source/WebKit2/ChangeLog	2014-06-27 18:09:54 UTC (rev 170538)
@@ -1,3 +1,12 @@
+2014-06-27  Dan Bernstein  <[email protected]>
+
+        Remove unused definitions that were mistakenly added back in r170323 and then again in r170329
+        https://bugs.webkit.org/show_bug.cgi?id=134397
+
+        Reviewed by Geoff Garen.
+
+        * UIProcess/API/Cocoa/WKBackForwardList.mm:
+
 2014-06-26  Daniel Bates  <[email protected]>
 
         [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm (170537 => 170538)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm	2014-06-27 18:08:08 UTC (rev 170537)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm	2014-06-27 18:09:54 UTC (rev 170538)
@@ -31,13 +31,6 @@
 #import "WKBackForwardListItemInternal.h"
 #import "WKNSArray.h"
 
-//@@@@@
-WK_EXTERN NSString * const WKBackForwardListDidChangeNotification;
-WK_EXTERN NSString * const _WKBackForwardListDidChangeNotification;
-NSString * const WKBackForwardListDidChangeNotification = @"_WKBackForwardListDidChangeNotification";
-NSString * const _WKBackForwardListDidChangeNotification = @"_WKBackForwardListDidChangeNotification";
-//@@@@@
-
 using namespace WebKit;
 
 @implementation WKBackForwardList {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to