Title: [216118] trunk/Source/WebCore
Revision
216118
Author
ryanhad...@apple.com
Date
2017-05-03 09:28:47 -0700 (Wed, 03 May 2017)

Log Message

Unreviewed attempt to fix the Windows build after r216117.
https://bugs.webkit.org/show_bug.cgi?id=171601

* css/CSSAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (216117 => 216118)


--- trunk/Source/WebCore/ChangeLog	2017-05-03 14:04:21 UTC (rev 216117)
+++ trunk/Source/WebCore/ChangeLog	2017-05-03 16:28:47 UTC (rev 216118)
@@ -1,3 +1,10 @@
+2017-05-03  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed attempt to fix the Windows build after r216117.
+        https://bugs.webkit.org/show_bug.cgi?id=171601
+
+        * css/CSSAllInOne.cpp:
+
 2017-05-03  Antti Koivisto  <an...@apple.com>
 
         Rename StyleInvalidationAnalysis to Style::Invalidator

Modified: trunk/Source/WebCore/css/CSSAllInOne.cpp (216117 => 216118)


--- trunk/Source/WebCore/css/CSSAllInOne.cpp	2017-05-03 14:04:21 UTC (rev 216117)
+++ trunk/Source/WebCore/css/CSSAllInOne.cpp	2017-05-03 16:28:47 UTC (rev 216118)
@@ -111,7 +111,7 @@
 #include "SVGCSSComputedStyleDeclaration.cpp"
 #include "SelectorChecker.cpp"
 #include "SelectorFilter.cpp"
-#include "StyleInvalidationAnalysis.cpp"
+#include "StyleInvalidator.cpp"
 #include "StyleMedia.cpp"
 #include "StyleProperties.cpp"
 #include "StylePropertyShorthand.cpp"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to