Title: [188674] trunk/Source/WebCore
Revision
188674
Author
bfulg...@apple.com
Date
2015-08-19 17:59:22 -0700 (Wed, 19 Aug 2015)

Log Message

[Win] Unreviewed build fix after r188663.

The new bindings file was added to the Visual Studio project, but was marked to not
be built. It should have also been added to the "JSBindingsAllInOne.cpp" file so
that the new code gets compiled.

* bindings/js/JSBindingsAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188673 => 188674)


--- trunk/Source/WebCore/ChangeLog	2015-08-20 00:56:23 UTC (rev 188673)
+++ trunk/Source/WebCore/ChangeLog	2015-08-20 00:59:22 UTC (rev 188674)
@@ -1,3 +1,13 @@
+2015-08-19  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed build fix after r188663.
+
+        The new bindings file was added to the Visual Studio project, but was marked to not
+        be built. It should have also been added to the "JSBindingsAllInOne.cpp" file so
+        that the new code gets compiled.
+
+        * bindings/js/JSBindingsAllInOne.cpp:
+
 2015-08-19  Alex Christensen  <achristen...@webkit.org>
 
         CMake Windows build should not include files directly from other Source directories

Modified: trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (188673 => 188674)


--- trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2015-08-20 00:56:23 UTC (rev 188673)
+++ trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2015-08-20 00:59:22 UTC (rev 188674)
@@ -56,6 +56,7 @@
 #include "JSDOMGlobalObject.cpp"
 #include "JSDOMGlobalObjectTask.cpp"
 #include "JSDOMMimeTypeArrayCustom.cpp"
+#include "JSDOMNamedFlowCollectionCustom.cpp"
 #include "JSDOMPluginArrayCustom.cpp"
 #include "JSDOMPluginCustom.cpp"
 #include "JSDOMPromise.cpp"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to