Title: [211826] trunk/Source/WebCore
Revision
211826
Author
wei...@apple.com
Date
2017-02-07 11:49:51 -0800 (Tue, 07 Feb 2017)

Log Message

Update bindings tests results for additional include.

* bindings/scripts/test/JS/JSTestObj.cpp:
* bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211825 => 211826)


--- trunk/Source/WebCore/ChangeLog	2017-02-07 19:47:59 UTC (rev 211825)
+++ trunk/Source/WebCore/ChangeLog	2017-02-07 19:49:51 UTC (rev 211826)
@@ -1,5 +1,12 @@
 2017-02-07  Sam Weinig  <s...@webkit.org>
 
+        Update bindings tests results for additional include.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
+
+2017-02-07  Sam Weinig  <s...@webkit.org>
+
         Try to fix the windows build.
 
         * bindings/js/JSDOMConvertNumbers.h:

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (211825 => 211826)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2017-02-07 19:47:59 UTC (rev 211825)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2017-02-07 19:49:51 UTC (rev 211826)
@@ -30,6 +30,7 @@
 #include "JSDOMBindingCaller.h"
 #include "JSDOMBindingSecurity.h"
 #include "JSDOMConstructor.h"
+#include "JSDOMConvertVariadic.h"
 #include "JSDOMExceptionHandling.h"
 #include "JSDOMIterator.h"
 #include "JSDOMPromise.h"

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp (211825 => 211826)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp	2017-02-07 19:47:59 UTC (rev 211825)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp	2017-02-07 19:49:51 UTC (rev 211826)
@@ -26,6 +26,7 @@
 #include "JSDOMBindingCaller.h"
 #include "JSDOMConstructor.h"
 #include "JSDOMConvert.h"
+#include "JSDOMConvertVariadic.h"
 #include "JSDOMExceptionHandling.h"
 #include "JSDOMWrapperCache.h"
 #include <runtime/Error.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to