Changeset 209308 in webkit


Ignore:
Timestamp:
Dec 3, 2016 4:11:41 PM (7 years ago)
Author:
mitz@apple.com
Message:

Fixed the build after r209307.

  • TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:

(TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r209307 r209308  
     12016-12-03  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed the build after r209307.
     4
     5        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
     6        (TEST):
     7
    182016-12-03  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm

    r209307 r209308  
    7878#if PLATFORM(MAC)
    7979    EXPECT_STREQ("hello", [[NSPasteboard generalPasteboard] stringForType:@"org.webkit.data"].UTF8String);
    80 #elsif PLATFORM(IOS)
     80#elif PLATFORM(IOS)
    8181    EXPECT_TRUE([[[UIPasteboard generalPasteboard] dataForPasteboardType:@"org.webkit.data"] isEqual:[@"hello" dataUsingEncoding:NSUTF8StringEncoding]]);
    8282#endif
Note: See TracChangeset for help on using the changeset viewer.