Title: [154209] trunk/Source/WebCore
Revision
154209
Author
[email protected]
Date
2013-08-16 18:20:29 -0700 (Fri, 16 Aug 2013)

Log Message

Remove a useless #include of SelectorChecker.h

Rubber-stamped by Ryosuke Niwa.

* dom/DocumentStyleSheetCollection.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154208 => 154209)


--- trunk/Source/WebCore/ChangeLog	2013-08-17 01:19:59 UTC (rev 154208)
+++ trunk/Source/WebCore/ChangeLog	2013-08-17 01:20:29 UTC (rev 154209)
@@ -1,3 +1,11 @@
+2013-08-16  Benjamin Poulain  <[email protected]>
+
+        Remove a useless #include of SelectorChecker.h
+
+        Rubber-stamped by Ryosuke Niwa.
+
+        * dom/DocumentStyleSheetCollection.cpp:
+
 2013-08-16  Brent Fulgham  <[email protected]>
 
         [Windows] Update RenderMediaControls for new API

Modified: trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp (154208 => 154209)


--- trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp	2013-08-17 01:19:59 UTC (rev 154208)
+++ trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp	2013-08-17 01:20:29 UTC (rev 154209)
@@ -41,7 +41,6 @@
 #include "ProcessingInstruction.h"
 #include "SVGNames.h"
 #include "SVGStyleElement.h"
-#include "SelectorChecker.h"
 #include "Settings.h"
 #include "StyleInvalidationAnalysis.h"
 #include "StyleResolver.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to