Title: [240906] trunk/Source/WebCore
Revision
240906
Author
[email protected]
Date
2019-02-03 13:02:54 -0800 (Sun, 03 Feb 2019)

Log Message

Don't include ScrollCoordinator.h from Element.h
https://bugs.webkit.org/show_bug.cgi?id=194206

Reviewed by Daniel Bates.

* dom/Element.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (240905 => 240906)


--- trunk/Source/WebCore/ChangeLog	2019-02-03 20:52:58 UTC (rev 240905)
+++ trunk/Source/WebCore/ChangeLog	2019-02-03 21:02:54 UTC (rev 240906)
@@ -1,3 +1,12 @@
+2019-02-03  Antti Koivisto  <[email protected]>
+
+        Don't include ScrollCoordinator.h from Element.h
+        https://bugs.webkit.org/show_bug.cgi?id=194206
+
+        Reviewed by Daniel Bates.
+
+        * dom/Element.h:
+
 2019-02-03  Wenson Hsieh  <[email protected]>
 
         Unable to move selection into editable roots with 0 height

Modified: trunk/Source/WebCore/dom/Element.h (240905 => 240906)


--- trunk/Source/WebCore/dom/Element.h	2019-02-03 20:52:58 UTC (rev 240905)
+++ trunk/Source/WebCore/dom/Element.h	2019-02-03 21:02:54 UTC (rev 240906)
@@ -31,7 +31,6 @@
 #include "KeyframeAnimationOptions.h"
 #include "ScrollToOptions.h"
 #include "ScrollTypes.h"
-#include "ScrollingCoordinator.h"
 #include "ShadowRootMode.h"
 #include "SimulatedClickOptions.h"
 #include "StyleChange.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to