Title: [218602] trunk/Source/WebCore
Revision
218602
Author
sbar...@apple.com
Date
2017-06-20 11:27:31 -0700 (Tue, 20 Jun 2017)

Log Message

Unreviewed. Try to fix the build after r218594.

* dom/Document.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218601 => 218602)


--- trunk/Source/WebCore/ChangeLog	2017-06-20 17:53:17 UTC (rev 218601)
+++ trunk/Source/WebCore/ChangeLog	2017-06-20 18:27:31 UTC (rev 218602)
@@ -1,3 +1,9 @@
+2017-06-20  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Try to fix the build after r218594.
+
+        * dom/Document.h:
+
 2017-06-20  Matt Lewis  <jlew...@apple.com>
 
         Unreviewed, rolling out r218530.

Modified: trunk/Source/WebCore/dom/Document.h (218601 => 218602)


--- trunk/Source/WebCore/dom/Document.h	2017-06-20 17:53:17 UTC (rev 218601)
+++ trunk/Source/WebCore/dom/Document.h	2017-06-20 18:27:31 UTC (rev 218602)
@@ -65,6 +65,10 @@
 #include "EventTrackingRegions.h"
 #endif
 
+#if ENABLE(IOS_TOUCH_EVENTS)
+#include <wtf/ThreadingPrimitives.h>
+#endif
+
 namespace JSC {
 class ExecState;
 class InputCursor;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to