Index: LayoutTests/fast/workers/worker-onerror-09-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-onerror-09-expected.txt b/LayoutTests/fast/workers/worker-onerror-09-expected.txt |
index 18b7c03febdf04cc2c531bf10964cbda2d621837..74311becdbe9be1c3395d286255a4de7acb92f64 100644 |
--- a/LayoutTests/fast/workers/worker-onerror-09-expected.txt |
+++ b/LayoutTests/fast/workers/worker-onerror-09-expected.txt |
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Page-level worker.onerror handler triggered: |
-PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage' on 'WorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties." |
+PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties." |
PASS stripURL(errorEvent.filename) is "[blob: URL]" |
PASS errorEvent.lineno is 3 |
FAIL errorEvent.colno should be 9. Was 24. |