Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt

Issue 2683853005: bindings: Make some value iterator properties aliases to Array.prototype functions (Closed)
Patch Set: Remove constexpr from Internals.h to fix the Android build Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
index c7ab50835fbb396df97ee2b58f24109472359157..34bf57a7d341c326aa69cedc231674b636e285e7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
@@ -29,7 +29,7 @@ entry = 1,1
entry = 2,4
entry = 3,9
entry = 4,16
-PASS internals.forEach("not a function") threw exception TypeError: Failed to execute 'forEach' on 'Internals': The callback provided as parameter 1 is not a function..
+PASS internals.forEach("not a function") threw exception TypeError: not a function is not a function.
callback called
PASS internals.forEach(function () { debug("callback called"); throw Error("stop!"); }) threw exception Error: stop!.
thisArg, 0, 0, [object Internals]

Powered by Google App Engine
This is Rietveld 408576698