Title: [207772] trunk/Source/WebCore
Revision
207772
Author
achristen...@apple.com
Date
2016-10-24 13:19:23 -0700 (Mon, 24 Oct 2016)

Log Message

Try to fix Windows build after r207767
https://bugs.webkit.org/show_bug.cgi?id=163891

* DerivedSources.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207771 => 207772)


--- trunk/Source/WebCore/ChangeLog	2016-10-24 18:53:09 UTC (rev 207771)
+++ trunk/Source/WebCore/ChangeLog	2016-10-24 20:19:23 UTC (rev 207772)
@@ -1,3 +1,10 @@
+2016-10-24  Alex Christensen  <achristen...@webkit.org>
+
+        Try to fix Windows build after r207767
+        https://bugs.webkit.org/show_bug.cgi?id=163891
+
+        * DerivedSources.cpp:
+
 2016-10-24  Zan Dobersek  <zdober...@igalia.com>
 
         [CodeGenerator] Only allow a single interface or standalone dictionary per WebIDL file

Modified: trunk/Source/WebCore/DerivedSources.cpp (207771 => 207772)


--- trunk/Source/WebCore/DerivedSources.cpp	2016-10-24 18:53:09 UTC (rev 207771)
+++ trunk/Source/WebCore/DerivedSources.cpp	2016-10-24 20:19:23 UTC (rev 207772)
@@ -116,7 +116,6 @@
 #include "JSCoordinates.cpp"
 #include "JSCounter.cpp"
 #include "JSCrypto.cpp"
-#include "JSCSSCharsetRule.cpp"
 #if ENABLE(FONT_LOAD_EVENTS)
 #include "JSCSSFontFaceLoadEvent.cpp"
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to