Title: [250610] trunk/Source/WebCore
Revision
250610
Author
krol...@apple.com
Date
2019-10-02 09:34:04 -0700 (Wed, 02 Oct 2019)

Log Message

Unreviewed build fix after r250595.

macCatalyst appears to have triggered the the problem where the build
can sometimes fail if the unified sources mechanism doesn't group
together the right set of files.

* css/typedom/TypedOMCSSImageValue.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250609 => 250610)


--- trunk/Source/WebCore/ChangeLog	2019-10-02 16:26:48 UTC (rev 250609)
+++ trunk/Source/WebCore/ChangeLog	2019-10-02 16:34:04 UTC (rev 250610)
@@ -1,3 +1,13 @@
+2019-10-02  Keith Rollin  <krol...@apple.com>
+
+        Unreviewed build fix after r250595.
+
+        macCatalyst appears to have triggered the the problem where the build
+        can sometimes fail if the unified sources mechanism doesn't group
+        together the right set of files.
+
+        * css/typedom/TypedOMCSSImageValue.h:
+
 2019-10-02  Truitt Savell  <tsav...@apple.com>
 
         Unreviewed, rolling out r250603.

Modified: trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h (250609 => 250610)


--- trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h	2019-10-02 16:26:48 UTC (rev 250609)
+++ trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h	2019-10-02 16:34:04 UTC (rev 250610)
@@ -28,6 +28,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSImageValue.h"
+#include "Document.h"
 #include "TypedOMCSSStyleValue.h"
 #include <wtf/RefCounted.h>
 #include <wtf/text/StringConcatenateNumbers.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to