Fix a build break in a clean compile of the Chromium port (at least
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 05:04:53 +0000 (05:04 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 05:04:53 +0000 (05:04 +0000)
reported by tbreisacher).

* css/CSSStyleDeclaration.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105690 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/css/CSSStyleDeclaration.cpp

index 5ca6332..5d67f3e 100644 (file)
@@ -1,3 +1,10 @@
+2012-01-23  Adam Barth  <abarth@webkit.org>
+
+        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  <zandobersek@gmail.com>
 
         [GTK] editing/deleting/5408255.html results are incorrect
index adb4436..67706b1 100644 (file)
@@ -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