Title: [190517] trunk/Tools
Revision
190517
Author
[email protected]
Date
2015-10-02 13:18:21 -0700 (Fri, 02 Oct 2015)

Log Message

Remove a "nullable" that breaks the iOS 8 build.

* WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:
(-[TestRunnerWKWebView scrollViewWillBeginZooming:withView:]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190516 => 190517)


--- trunk/Tools/ChangeLog	2015-10-02 19:51:21 UTC (rev 190516)
+++ trunk/Tools/ChangeLog	2015-10-02 20:18:21 UTC (rev 190517)
@@ -1,3 +1,10 @@
+2015-10-02  Simon Fraser  <[email protected]>
+
+        Remove a "nullable" that breaks the iOS 8 build.
+
+        * WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:
+        (-[TestRunnerWKWebView scrollViewWillBeginZooming:withView:]):
+
 2015-10-02  Daniel Bates  <[email protected]>
 
         LayoutTestRelay is not built and archived when building for iOS Simulator

Modified: trunk/Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm (190516 => 190517)


--- trunk/Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm	2015-10-02 19:51:21 UTC (rev 190516)
+++ trunk/Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm	2015-10-02 20:18:21 UTC (rev 190517)
@@ -94,7 +94,7 @@
         self.didHideKeyboardCallback();
 }
 
-- (void)scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(nullable UIView *)view
+- (void)scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view
 {
     [super scrollViewWillBeginZooming:scrollView withView:view];
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to