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/workers/worker-onerror-09.html

Issue 2831943002: bindings: Port bindings/core/v8 away from ToImplArray APIs. (Closed)
Patch Set: Check for exception in SerializedScriptValue Created 3 years, 8 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/workers/worker-onerror-09.html
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09.html b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09.html
index 03609ee814ad24d3ff4c6ae1676dd0770d5d427d..13487ef25811c1c5df30aff43c9bf8528da16dc1 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09.html
@@ -17,7 +17,7 @@
description("This tests that unhandled exceptions in postMessage() are delivered to 'worker.onerror'.");
checkErrorEventInHandler({
- message: "Uncaught TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties.",
+ message: "Uncaught TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The provided value cannot be converted to a sequence.",
filename: "[blob: URL]",
lineno: 3,
colno: 9,

Powered by Google App Engine
This is Rietveld 408576698