Title: [200711] trunk/Source/WebCore
Revision
200711
Author
ryanhad...@apple.com
Date
2016-05-11 15:20:40 -0700 (Wed, 11 May 2016)

Log Message

Updating bindings tests results after r200699

Unreviewed test gardening.

* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::jsTestObjPrototypeFunctionOverloadedMethod):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (200710 => 200711)


--- trunk/Source/WebCore/ChangeLog	2016-05-11 22:11:22 UTC (rev 200710)
+++ trunk/Source/WebCore/ChangeLog	2016-05-11 22:20:40 UTC (rev 200711)
@@ -1,3 +1,12 @@
+2016-05-11  Ryan Haddad  <ryanhad...@apple.com>
+
+        Updating bindings tests results after r200699
+
+        Unreviewed test gardening.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        (WebCore::jsTestObjPrototypeFunctionOverloadedMethod):
+
 2016-05-11  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed attempt to fix the Windows build after r200699.

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2016-05-11 22:11:22 UTC (rev 200710)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2016-05-11 22:20:40 UTC (rev 200711)
@@ -5373,7 +5373,7 @@
         return jsTestObjPrototypeFunctionOverloadedMethod4(state);
     if ((argsCount == 1 && (arg0.isNull() || arg0.isObject())))
         return jsTestObjPrototypeFunctionOverloadedMethod5(state);
-    if (argsCount == 1)
+    if ((argsCount == 1 && (arg0.isNull() || (arg0.isObject() && asObject(arg0)->inherits(JSDOMStringList::info())))))
         return jsTestObjPrototypeFunctionOverloadedMethod6(state);
     if ((argsCount == 1 && (arg0.isNull() || (arg0.isObject() && isJSArray(arg0)))))
         return jsTestObjPrototypeFunctionOverloadedMethod7(state);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to