Title: [250660] trunk/Source/WebCore
Revision
250660
Author
timothy_hor...@apple.com
Date
2019-10-03 10:45:03 -0700 (Thu, 03 Oct 2019)

Log Message

Yet another build fix

* css/typedom/TypedOMCSSImageValue.h:
Forward declare Document.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250659 => 250660)


--- trunk/Source/WebCore/ChangeLog	2019-10-03 17:39:32 UTC (rev 250659)
+++ trunk/Source/WebCore/ChangeLog	2019-10-03 17:45:03 UTC (rev 250660)
@@ -1,3 +1,10 @@
+2019-10-03  Tim Horton  <timothy_hor...@apple.com>
+
+        Yet another build fix
+
+        * css/typedom/TypedOMCSSImageValue.h:
+        Forward declare Document.
+
 2019-10-03  Jiewen Tan  <jiewen_...@apple.com>
 
         Support googleLegacyAppidSupport extension

Modified: trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h (250659 => 250660)


--- trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h	2019-10-03 17:39:32 UTC (rev 250659)
+++ trunk/Source/WebCore/css/typedom/TypedOMCSSImageValue.h	2019-10-03 17:45:03 UTC (rev 250660)
@@ -36,6 +36,8 @@
 
 namespace WebCore {
 
+class Document;
+
 class TypedOMCSSImageValue final : public TypedOMCSSStyleValue {
     WTF_MAKE_ISO_ALLOCATED(TypedOMCSSImageValue);
 public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to