Title: [170329] trunk/Source/WebKit2
- Revision
- 170329
- Author
- [email protected]
- Date
- 2014-06-23 16:13:42 -0700 (Mon, 23 Jun 2014)
Log Message
Unreviewed, rolling out r170324.
https://bugs.webkit.org/show_bug.cgi?id=134223
lots of build breakage (Requested by bradeeoh on #webkit).
Reverted changeset:
"Unreviewed, revert an unintentional change committed with
r170323."
http://trac.webkit.org/changeset/170324
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (170328 => 170329)
--- trunk/Source/WebKit2/ChangeLog 2014-06-23 23:12:27 UTC (rev 170328)
+++ trunk/Source/WebKit2/ChangeLog 2014-06-23 23:13:42 UTC (rev 170329)
@@ -1,3 +1,16 @@
+2014-06-23 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r170324.
+ https://bugs.webkit.org/show_bug.cgi?id=134223
+
+ lots of build breakage (Requested by bradeeoh on #webkit).
+
+ Reverted changeset:
+
+ "Unreviewed, revert an unintentional change committed with
+ r170323."
+ http://trac.webkit.org/changeset/170324
+
2014-06-23 Timothy Horton <[email protected]>
[iOS][wk2] Don't use view snapshots if the destination layer is a different size
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm (170328 => 170329)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm 2014-06-23 23:12:27 UTC (rev 170328)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm 2014-06-23 23:13:42 UTC (rev 170329)
@@ -31,6 +31,13 @@
#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