Title: [241951] branches/safari-607-branch/Source/WebCore/page/ios/EventHandlerIOS.mm
Revision
241951
Author
[email protected]
Date
2019-02-22 10:42:53 -0800 (Fri, 22 Feb 2019)

Log Message

Unreviewed build fix. rdar://problem/47289624

Modified Paths


Diff

Modified: branches/safari-607-branch/Source/WebCore/page/ios/EventHandlerIOS.mm (241950 => 241951)


--- branches/safari-607-branch/Source/WebCore/page/ios/EventHandlerIOS.mm	2019-02-22 18:24:57 UTC (rev 241950)
+++ branches/safari-607-branch/Source/WebCore/page/ios/EventHandlerIOS.mm	2019-02-22 18:42:53 UTC (rev 241951)
@@ -650,6 +650,9 @@
     return false;
 }
 
+#endif
+
+#if ENABLE(DATA_INTERACTION)
 bool EventHandler::tryToBeginDataInteractionAtPoint(const IntPoint& clientPosition, const IntPoint&)
 {
     Ref<Frame> protectedFrame(m_frame);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to