Index: LayoutTests/fast/workers/worker-multi-port-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-multi-port-expected.txt b/LayoutTests/fast/workers/worker-multi-port-expected.txt |
index b20111c25c094513bd3f4820f46aca9c4154ad70..dc40d2afb9a7ce96440909bd415491a582250d91 100644 |
--- a/LayoutTests/fast/workers/worker-multi-port-expected.txt |
+++ b/LayoutTests/fast/workers/worker-multi-port-expected.txt |
@@ -3,7 +3,7 @@ This test checks the various use cases around sending multiple ports through Wor |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: Type error. |
PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: Type error. |
PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError: Type error. |