Title: [102548] trunk/Source/WebCore
Revision
102548
Author
gga...@apple.com
Date
2011-12-11 16:50:34 -0800 (Sun, 11 Dec 2011)

Log Message

Try to fix the Qt build.

Unreviewed.

* css/CSSStyleDeclaration.cpp: Maybe an #include will solve our problem?
Someday, compiler error messages will not suck. Today is not that day.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102547 => 102548)


--- trunk/Source/WebCore/ChangeLog	2011-12-12 00:45:40 UTC (rev 102547)
+++ trunk/Source/WebCore/ChangeLog	2011-12-12 00:50:34 UTC (rev 102548)
@@ -1,3 +1,12 @@
+2011-12-11  Geoffrey Garen  <gga...@apple.com>
+
+        Try to fix the Qt build.
+
+        Unreviewed.
+
+        * css/CSSStyleDeclaration.cpp: Maybe an #include will solve our problem?
+        Someday, compiler error messages will not suck. Today is not that day.
+
 2011-12-11  Luke Macpherson   <macpher...@chromium.org>
 
         Implement CSS resize property in CSSStyleApplyProperty.

Modified: trunk/Source/WebCore/css/CSSStyleDeclaration.cpp (102547 => 102548)


--- trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-12-12 00:45:40 UTC (rev 102547)
+++ trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-12-12 00:50:34 UTC (rev 102548)
@@ -21,6 +21,7 @@
 #include "config.h"
 #include "CSSStyleDeclaration.h"
 
+#include "CSSElementStyleDeclaration.h"
 #include "CSSMutableStyleDeclaration.h"
 #include "CSSParser.h"
 #include "CSSProperty.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to