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

Unified Diff: LayoutTests/fast/workers/worker-onerror-09.html

Issue 1156973002: [bindings] Use |PostMessage| attribute for DedicatedWorkerGlobalScope.postMessage to eliminate cust… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: LayoutTests/fast/workers/worker-onerror-09.html
diff --git a/LayoutTests/fast/workers/worker-onerror-09.html b/LayoutTests/fast/workers/worker-onerror-09.html
index 6ce1afc063056cec0bd818714927749524eab90d..03609ee814ad24d3ff4c6ae1676dd0770d5d427d 100644
--- a/LayoutTests/fast/workers/worker-onerror-09.html
+++ b/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 'WorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties.",
+ message: "Uncaught TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties.",
filename: "[blob: URL]",
lineno: 3,
colno: 9,
« no previous file with comments | « LayoutTests/fast/workers/worker-multi-port-expected.txt ('k') | LayoutTests/fast/workers/worker-onerror-09-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698