Title: [105690] trunk/Source/WebCore
Revision
105690
Author
[email protected]
Date
2012-01-23 21:04:53 -0800 (Mon, 23 Jan 2012)

Log Message

Fix a build break in a clean compile of the Chromium port (at least
reported by tbreisacher).

* css/CSSStyleDeclaration.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105689 => 105690)


--- trunk/Source/WebCore/ChangeLog	2012-01-24 04:53:22 UTC (rev 105689)
+++ trunk/Source/WebCore/ChangeLog	2012-01-24 05:04:53 UTC (rev 105690)
@@ -1,3 +1,10 @@
+2012-01-23  Adam Barth  <[email protected]>
+
+        Fix a build break in a clean compile of the Chromium port (at least
+        reported by tbreisacher).
+
+        * css/CSSStyleDeclaration.cpp:
+
 2012-01-23  Zan Dobersek  <[email protected]>
 
         [GTK] editing/deleting/5408255.html results are incorrect

Modified: trunk/Source/WebCore/css/CSSStyleDeclaration.cpp (105689 => 105690)


--- trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2012-01-24 04:53:22 UTC (rev 105689)
+++ trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2012-01-24 05:04:53 UTC (rev 105690)
@@ -28,6 +28,7 @@
 #include "CSSRule.h"
 #include "Node.h"
 #include "SVGElement.h"
+#include "StyledElement.h"
 #include <wtf/ASCIICType.h>
 #include <wtf/text/CString.h>
 #ifndef NDEBUG
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to