Title: [239629] trunk/Source/WebKit
Revision
239629
Author
[email protected]
Date
2019-01-04 12:29:15 -0800 (Fri, 04 Jan 2019)

Log Message

Fix the build

* UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView cleanupInteraction]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239628 => 239629)


--- trunk/Source/WebKit/ChangeLog	2019-01-04 20:24:26 UTC (rev 239628)
+++ trunk/Source/WebKit/ChangeLog	2019-01-04 20:29:15 UTC (rev 239629)
@@ -1,5 +1,12 @@
 2019-01-04  Tim Horton  <[email protected]>
 
+        Fix the build
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+        (-[WKContentView cleanupInteraction]):
+
+2019-01-04  Tim Horton  <[email protected]>
+
         Share ink choice and ruler between all editable images
         https://bugs.webkit.org/show_bug.cgi?id=193130
         <rdar://problem/46826491>

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (239628 => 239629)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2019-01-04 20:24:26 UTC (rev 239628)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2019-01-04 20:29:15 UTC (rev 239629)
@@ -849,7 +849,9 @@
     [_keyboardScrollingAnimator invalidate];
     _keyboardScrollingAnimator = nil;
 
+#if HAVE(PENCILKIT)
     _drawingCoordinator = nil;
+#endif
 
 #if ENABLE(DATALIST_ELEMENT)
     _dataListTextSuggestionsInputView = nil;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to