Title: [206150] trunk/Tools
Revision
206150
Author
wenson_hs...@apple.com
Date
2016-09-20 08:58:37 -0700 (Tue, 20 Sep 2016)

Log Message

Unreviewed build fix on 10.10 bots.

* TestWebKitAPI/mac/TestWKWebViewMac.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (206149 => 206150)


--- trunk/Tools/ChangeLog	2016-09-20 15:56:42 UTC (rev 206149)
+++ trunk/Tools/ChangeLog	2016-09-20 15:58:37 UTC (rev 206150)
@@ -1,5 +1,11 @@
 2016-09-20  Wenson Hsieh  <wenson_hs...@apple.com>
 
+        Unreviewed build fix on 10.10 bots.
+
+        * TestWebKitAPI/mac/TestWKWebViewMac.h:
+
+2016-09-20  Wenson Hsieh  <wenson_hs...@apple.com>
+
         VideoControlsManager.VideoControlsManagerSingleLargeVideo fails intermittently on the Mac WK2 bot
         https://bugs.webkit.org/show_bug.cgi?id=162255
 

Modified: trunk/Tools/TestWebKitAPI/mac/TestWKWebViewMac.h (206149 => 206150)


--- trunk/Tools/TestWebKitAPI/mac/TestWKWebViewMac.h	2016-09-20 15:56:42 UTC (rev 206149)
+++ trunk/Tools/TestWebKitAPI/mac/TestWKWebViewMac.h	2016-09-20 15:58:37 UTC (rev 206150)
@@ -35,9 +35,6 @@
 @end
 
 @interface TestWKWebView : WKWebView
-- (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration NS_DESIGNATED_INITIALIZER;
-- (instancetype)initWithCoder:(NSCoder *)coder NS_UNAVAILABLE;
-
 // Simulates clicking with a pressure-sensitive device, if possible.
 - (void)mouseDownAtPoint:(NSPoint)point simulatePressure:(BOOL)simulatePressure;
 - (void)performAfterReceivingMessage:(NSString *)message action:(dispatch_block_t)action;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to