Title: [210043] trunk/Source/WebCore
Revision
210043
Author
[email protected]
Date
2016-12-20 15:34:39 -0800 (Tue, 20 Dec 2016)

Log Message

Fix clean Windows build after r210029
https://bugs.webkit.org/show_bug.cgi?id=165881

* DerivedSources.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210042 => 210043)


--- trunk/Source/WebCore/ChangeLog	2016-12-20 23:32:58 UTC (rev 210042)
+++ trunk/Source/WebCore/ChangeLog	2016-12-20 23:34:39 UTC (rev 210043)
@@ -1,3 +1,10 @@
+2016-12-20  Alex Christensen  <[email protected]>
+
+        Fix clean Windows build after r210029
+        https://bugs.webkit.org/show_bug.cgi?id=165881
+
+        * DerivedSources.cpp:
+
 2016-12-20  Brent Fulgham  <[email protected]>
 
         Address some style problems found by static analysis

Modified: trunk/Source/WebCore/DerivedSources.cpp (210042 => 210043)


--- trunk/Source/WebCore/DerivedSources.cpp	2016-12-20 23:32:58 UTC (rev 210042)
+++ trunk/Source/WebCore/DerivedSources.cpp	2016-12-20 23:34:39 UTC (rev 210043)
@@ -630,7 +630,6 @@
 #include "JSTreeWalker.cpp"
 #include "JSUIEvent.cpp"
 #include "JSUIEventInit.cpp"
-#include "JSUIRequestEvent.cpp"
 #include "JSURLUtils.cpp"
 #if ENABLE(USER_MESSAGE_HANDLERS)
 #include "JSUserMessageHandler.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to