Title: [154561] trunk/Source/WebCore
Revision
154561
Author
[email protected]
Date
2013-08-24 21:17:06 -0700 (Sat, 24 Aug 2013)

Log Message

Remove a useless #include from StyledElement
https://bugs.webkit.org/show_bug.cgi?id=120245

Reviewed by Andreas Kling.

* dom/StyledElement.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154560 => 154561)


--- trunk/Source/WebCore/ChangeLog	2013-08-25 03:41:04 UTC (rev 154560)
+++ trunk/Source/WebCore/ChangeLog	2013-08-25 04:17:06 UTC (rev 154561)
@@ -1,3 +1,12 @@
+2013-08-24  Benjamin Poulain  <[email protected]>
+
+        Remove a useless #include from StyledElement
+        https://bugs.webkit.org/show_bug.cgi?id=120245
+
+        Reviewed by Andreas Kling.
+
+        * dom/StyledElement.cpp:
+
 2013-08-24  Darin Adler  <[email protected]>
 
         Move Frame::inScope into FrameTree

Modified: trunk/Source/WebCore/dom/StyledElement.cpp (154560 => 154561)


--- trunk/Source/WebCore/dom/StyledElement.cpp	2013-08-25 03:41:04 UTC (rev 154560)
+++ trunk/Source/WebCore/dom/StyledElement.cpp	2013-08-25 04:17:06 UTC (rev 154561)
@@ -32,7 +32,6 @@
 #include "CSSValueKeywords.h"
 #include "CSSValuePool.h"
 #include "Color.h"
-#include "ClassList.h"
 #include "ContentSecurityPolicy.h"
 #include "DOMTokenList.h"
 #include "Document.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to