Title: [196116] trunk/Source/WebCore/bindings/js
Revision
196116
Author
[email protected]
Date
2016-02-04 03:14:04 -0800 (Thu, 04 Feb 2016)

Log Message

Unreviewed. Speculative Win Build fix

Modified Paths


Diff

Modified: trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (196115 => 196116)


--- trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2016-02-04 10:39:37 UTC (rev 196115)
+++ trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2016-02-04 11:14:04 UTC (rev 196116)
@@ -77,7 +77,7 @@
 #include "JSEventListener.cpp"
 #include "JSEventTargetCustom.cpp"
 #include "JSExceptionBase.cpp"
-#include "JSFetchHeaderCustom.cpp"
+#include "JSFetchHeadersCustom.cpp"
 #include "JSFileReaderCustom.cpp"
 #include "JSGeolocationCustom.cpp"
 #include "JSHTMLAllCollectionCustom.cpp"

Modified: trunk/Source/WebCore/bindings/js/JSFetchHeadersCustom.cpp (196115 => 196116)


--- trunk/Source/WebCore/bindings/js/JSFetchHeadersCustom.cpp	2016-02-04 10:39:37 UTC (rev 196115)
+++ trunk/Source/WebCore/bindings/js/JSFetchHeadersCustom.cpp	2016-02-04 11:14:04 UTC (rev 196116)
@@ -29,6 +29,8 @@
 #include "config.h"
 #include "JSFetchHeaders.h"
 
+#if ENABLE(FETCH_API)
+
 #include "JSKeyValueIterator.h"
 
 namespace WebCore {
@@ -59,3 +61,5 @@
 }
 
 }
+
+#endif

Modified: trunk/Source/WebCore/bindings/js/JSKeyValueIterator.h (196115 => 196116)


--- trunk/Source/WebCore/bindings/js/JSKeyValueIterator.h	2016-02-04 10:39:37 UTC (rev 196115)
+++ trunk/Source/WebCore/bindings/js/JSKeyValueIterator.h	2016-02-04 11:14:04 UTC (rev 196116)
@@ -64,7 +64,7 @@
 public:
     typedef JSDOMObject Base;
 
-    DECLARE_EXPORT_INFO;
+    DECLARE_INFO;
 
     static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to