Index: LayoutTests/fast/events/message-port-clone-expected.txt |
diff --git a/LayoutTests/fast/events/message-port-clone-expected.txt b/LayoutTests/fast/events/message-port-clone-expected.txt |
index 226c04af5fcee9bf070f7c65114e852e6d445fa4..056cc2fba8caa1ea2c71446932ccf9334cc7f5ce 100644 |
--- a/LayoutTests/fast/events/message-port-clone-expected.txt |
+++ b/LayoutTests/fast/events/message-port-clone-expected.txt |
@@ -2,8 +2,8 @@ Tests various use cases when cloning MessagePorts. |
Should be a series of SUCCESS messages, followed with DONE. |
-SUCCESS: Posting port to itself: Error: InvalidStateError: DOM Exception 11 |
-SUCCESS: Posting entangled port: Error: InvalidStateError: DOM Exception 11 |
+SUCCESS: Posting port to itself: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable. |
+SUCCESS: Posting entangled port: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable. |
SUCCESS: Posting cloned port. |
SUCCESS: Posted messages to cloned port. |
SUCCESS: Cloned both endpoints of a channel. |