Title: [130974] trunk/Tools
Revision
130974
Author
aes...@apple.com
Date
2012-10-10 15:50:45 -0700 (Wed, 10 Oct 2012)

Log Message

Fix the Lion build after r130948.

* TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (130973 => 130974)


--- trunk/Tools/ChangeLog	2012-10-10 22:41:22 UTC (rev 130973)
+++ trunk/Tools/ChangeLog	2012-10-10 22:50:45 UTC (rev 130974)
@@ -1,5 +1,11 @@
 2012-10-10  Andy Estes  <aes...@apple.com>
 
+        Fix the Lion build after r130948.
+
+        * TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm:
+
+2012-10-10  Andy Estes  <aes...@apple.com>
+
         Speculative build fix for Snow Leopard after r130948.
 
         * TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm: Pull the

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm (130973 => 130974)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm	2012-10-10 22:41:22 UTC (rev 130973)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm	2012-10-10 22:50:45 UTC (rev 130974)
@@ -46,6 +46,7 @@
 
 @interface UserContentTestLoadDelegate : NSObject <WKBrowsingContextLoadDelegate>
 {
+    OnLoadBlock _onLoadBlock;
 }
 
 @property (nonatomic, copy) OnLoadBlock onLoadBlock;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to