Title: [206920] trunk/Source/WebCore
Revision
206920
Author
[email protected]
Date
2016-10-07 10:26:54 -0700 (Fri, 07 Oct 2016)

Log Message

Fix the Windows build after r206917.

Unreviewed build fix.

* dom/DOMAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206919 => 206920)


--- trunk/Source/WebCore/ChangeLog	2016-10-07 17:15:13 UTC (rev 206919)
+++ trunk/Source/WebCore/ChangeLog	2016-10-07 17:26:54 UTC (rev 206920)
@@ -1,3 +1,11 @@
+2016-10-07  Ryan Haddad  <[email protected]>
+
+        Fix the Windows build after r206917.
+
+        Unreviewed build fix.
+
+        * dom/DOMAllInOne.cpp:
+
 2016-10-07  Antti Koivisto  <[email protected]>
 
         Rename AuthorStyleSheets to Style::Scope

Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (206919 => 206920)


--- trunk/Source/WebCore/dom/DOMAllInOne.cpp	2016-10-07 17:15:13 UTC (rev 206919)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp	2016-10-07 17:26:54 UTC (rev 206920)
@@ -29,7 +29,7 @@
 #include "ActiveDOMObject.cpp"
 #include "AnimationEvent.cpp"
 #include "Attr.cpp"
-#include "AuthorStyleSheets.cpp"
+#include "StyleScope.cpp"
 #include "BeforeTextInsertedEvent.cpp"
 #include "BeforeUnloadEvent.cpp"
 #include "CDATASection.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to