Title: [210590] trunk/Source/WebCore
Revision
210590
Author
[email protected]
Date
2017-01-11 10:08:37 -0800 (Wed, 11 Jan 2017)

Log Message

Attempt to fix the Windows build after r210588.

Unreviewed build fix.

* bindings/js/JSBindingsAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210589 => 210590)


--- trunk/Source/WebCore/ChangeLog	2017-01-11 17:42:09 UTC (rev 210589)
+++ trunk/Source/WebCore/ChangeLog	2017-01-11 18:08:37 UTC (rev 210590)
@@ -1,3 +1,11 @@
+2017-01-11  Ryan Haddad  <[email protected]>
+
+        Attempt to fix the Windows build after r210588.
+
+        Unreviewed build fix.
+
+        * bindings/js/JSBindingsAllInOne.cpp:
+
 2017-01-11  Sam Weinig  <[email protected]>
 
         Address some feedback from r210567.

Modified: trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (210589 => 210590)


--- trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2017-01-11 17:42:09 UTC (rev 210589)
+++ trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2017-01-11 18:08:37 UTC (rev 210590)
@@ -44,7 +44,7 @@
 #include "JSCommandLineAPIHostCustom.cpp"
 #include "JSCryptoCustom.cpp"
 #include "JSCustomEventCustom.cpp"
-#include "JSCustomSQLStatementErrorCallback.cpp"
+#include "JSSQLStatementErrorCallbackCustom.cpp"
 #include "JSCustomXPathNSResolver.cpp"
 #include "JSDOMBinding.cpp"
 #include "JSDOMGlobalObject.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to