Title: [227993] trunk/Source/WebKit
Revision
227993
Author
[email protected]
Date
2018-02-01 20:20:48 -0800 (Thu, 01 Feb 2018)

Log Message

WebKit fails to build (_startAssistingNode has conflicting parameters)
https://bugs.webkit.org/show_bug.cgi?id=182417
<rdar://problem/36965318>

Reviewed by Dan Bernstein.

* UIProcess/ios/WKContentViewInteraction.h:
Use Big BOOL like in the implementation.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (227992 => 227993)


--- trunk/Source/WebKit/ChangeLog	2018-02-02 02:13:40 UTC (rev 227992)
+++ trunk/Source/WebKit/ChangeLog	2018-02-02 04:20:48 UTC (rev 227993)
@@ -1,3 +1,14 @@
+2018-02-01  Tim Horton  <[email protected]>
+
+        WebKit fails to build (_startAssistingNode has conflicting parameters)
+        https://bugs.webkit.org/show_bug.cgi?id=182417
+        <rdar://problem/36965318>
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/ios/WKContentViewInteraction.h:
+        Use Big BOOL like in the implementation.
+
 2018-02-01  Brent Fulgham  <[email protected]>
 
         Improve NetworkResourceLogger to report blocked (versus non-partitioned) cookies

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h (227992 => 227993)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h	2018-02-02 02:13:40 UTC (rev 227992)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h	2018-02-02 04:20:48 UTC (rev 227993)
@@ -291,7 +291,7 @@
 
 - (BOOL)_mayDisableDoubleTapGesturesDuringSingleTap;
 - (void)_disableDoubleTapGesturesDuringTapIfNecessary:(uint64_t)requestID;
-- (void)_startAssistingNode:(const WebKit::AssistedNodeInformation&)information userIsInteracting:(BOOL)userIsInteracting blurPreviousNode:(BOOL)blurPreviousNode changingActivityState:(bool)changingActivityState userObject:(NSObject <NSSecureCoding> *)userObject;
+- (void)_startAssistingNode:(const WebKit::AssistedNodeInformation&)information userIsInteracting:(BOOL)userIsInteracting blurPreviousNode:(BOOL)blurPreviousNode changingActivityState:(BOOL)changingActivityState userObject:(NSObject <NSSecureCoding> *)userObject;
 - (void)_stopAssistingNode;
 - (void)_selectionChanged;
 - (void)_updateChangedSelection;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to