Title: [209308] trunk/Tools
Revision
209308
Author
m...@apple.com
Date
2016-12-03 16:11:41 -0800 (Sat, 03 Dec 2016)

Log Message

Fixed the build after r209307.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (209307 => 209308)


--- trunk/Tools/ChangeLog	2016-12-03 23:49:32 UTC (rev 209307)
+++ trunk/Tools/ChangeLog	2016-12-04 00:11:41 UTC (rev 209308)
@@ -1,5 +1,12 @@
 2016-12-03  Dan Bernstein  <m...@apple.com>
 
+        Fixed the build after r209307.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
+        (TEST):
+
+2016-12-03  Dan Bernstein  <m...@apple.com>
+
         [Cocoa] Expose InjectedBundlePageEditorClient via the Objective-C bundle SPI
         https://bugs.webkit.org/show_bug.cgi?id=165276
         <rdar://problem/29467040>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm (209307 => 209308)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm	2016-12-03 23:49:32 UTC (rev 209307)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm	2016-12-04 00:11:41 UTC (rev 209308)
@@ -77,7 +77,7 @@
     TestWebKitAPI::Util::run(&didWriteToPasteboard);
 #if PLATFORM(MAC)
     EXPECT_STREQ("hello", [[NSPasteboard generalPasteboard] stringForType:@"org.webkit.data"].UTF8String);
-#elsif PLATFORM(IOS)
+#elif PLATFORM(IOS)
     EXPECT_TRUE([[[UIPasteboard generalPasteboard] dataForPasteboardType:@"org.webkit.data"] isEqual:[@"hello" dataUsingEncoding:NSUTF8StringEncoding]]);
 #endif
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to