Title: [199705] trunk/Tools
Revision
199705
Author
[email protected]
Date
2016-04-18 21:05:30 -0700 (Mon, 18 Apr 2016)

Log Message

Fixed building with old Xcode.

* TestWebKitAPI/Tests/WebKit2Cocoa/Preferences.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (199704 => 199705)


--- trunk/Tools/ChangeLog	2016-04-19 02:58:44 UTC (rev 199704)
+++ trunk/Tools/ChangeLog	2016-04-19 04:05:30 UTC (rev 199705)
@@ -1,3 +1,10 @@
+2016-04-18  Dan Bernstein  <[email protected]>
+
+        Fixed building with old Xcode.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/Preferences.mm:
+        (TEST):
+
 2016-04-18  Dean Jackson  <[email protected]>
 
         New SPI to export a dictionary of runtime features

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/Preferences.mm (199704 => 199705)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/Preferences.mm	2016-04-19 02:58:44 UTC (rev 199704)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/Preferences.mm	2016-04-19 04:05:30 UTC (rev 199705)
@@ -44,7 +44,7 @@
 
 TEST(WebKit2, ExperimentalFeatures)
 {
-    NSArray<_WKExperimentalFeature *> *features = [WKPreferences _experimentalFeatures];
+    NSArray *features = [WKPreferences _experimentalFeatures];
     EXPECT_NOT_NULL(features);
 
     RetainPtr<WKPreferences> preferences = adoptNS([[WKPreferences alloc] init]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to