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 76ebcaeb52133b14055b176054f9854f3129f103..6c94942595ab386a8fd1a7fe481cef0374a766d7 100644 |
--- a/LayoutTests/fast/events/message-port-clone-expected.txt |
+++ b/LayoutTests/fast/events/message-port-clone-expected.txt |
@@ -5,8 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS channel.port1.postMessage('msg', [channel.port1]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Item #0 in the array of ports contains the source port.. |
Posting port to entangled pair neuters the port and does nothing else: |
-PASS channel2.port1.postMessage('msg', [channel.port2]) threw exception DataCloneError: Failed to execute 'disentanglePorts' on 'MessagePort': Item #0 in the array of ports is already neutered.. |
-PASS channel.port1.postMessage('msg', [channel2.port1]) threw exception DataCloneError: Failed to execute 'disentanglePorts' on 'MessagePort': Item #0 in the array of ports is already neutered.. |
+PASS channel2.port1.postMessage('msg', [channel.port2]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Item #0 in the array of ports is already neutered.. |
+PASS channel.port1.postMessage('msg', [channel2.port1]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Item #0 in the array of ports is already neutered.. |
PASS testEvent.ports.length is 1 |
PASS parseInt(testEvent.data) is 1 |
PASS parseInt(testEvent.data) is 2 |