Title: [212088] branches/safari-603-branch/LayoutTests
Revision
212088
Author
matthew_han...@apple.com
Date
2017-02-10 00:16:00 -0800 (Fri, 10 Feb 2017)

Log Message

Merge r212020. rdar://problem/29939864

Modified Paths

Diff

Modified: branches/safari-603-branch/LayoutTests/ChangeLog (212087 => 212088)


--- branches/safari-603-branch/LayoutTests/ChangeLog	2017-02-10 08:15:58 UTC (rev 212087)
+++ branches/safari-603-branch/LayoutTests/ChangeLog	2017-02-10 08:16:00 UTC (rev 212088)
@@ -1,5 +1,15 @@
 2017-02-09  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r212020. rdar://problem/29939864
+
+    2017-02-09  Keith Miller  <keith_mil...@apple.com>
+
+            Unreviewed, fix test for new .caller with native code caller semantics.
+
+            * js/dom/function-dot-arguments-and-caller.html:
+
+2017-02-09  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r212015. rdar://problem/30054759
 
     2017-02-09  Mark Lam  <mark....@apple.com>

Modified: branches/safari-603-branch/LayoutTests/js/dom/function-dot-arguments-and-caller.html (212087 => 212088)


--- branches/safari-603-branch/LayoutTests/js/dom/function-dot-arguments-and-caller.html	2017-02-10 08:15:58 UTC (rev 212087)
+++ branches/safari-603-branch/LayoutTests/js/dom/function-dot-arguments-and-caller.html	2017-02-10 08:16:00 UTC (rev 212088)
@@ -80,7 +80,7 @@
 eval('(function f() { return f.caller instanceof Object ? "FAIL" : "PASS"; })()'),
 
 (function f() {
-    return String({ toString: function g() { return g.caller instanceof Object ? "PASS" : "FAIL"; } });
+    return String({ toString: function g() { return g.caller instanceof Object ? "FAIL" : "PASS"; } });
 })(),
 
 (function f() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to