Index: third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt b/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt |
index 981a7d95eedb01a7e93c062651fdf3fe41abf420..22883fa3c1fbbc4e8b270ccd2ee9a0bc971cd718 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt |
@@ -19,10 +19,10 @@ PASS event.ports is non-null and zero length when no port sent |
PASS event.ports is non-null and zero length when empty array sent |
PASS event.ports contains two ports when two ports sent |
PASS event.ports contains two ports when two ports re-sent after error |
-PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned. |
-PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned. |
-PASS Sending Function object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned. |
-PASS Sending Error object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned. |
+PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': MessageChannel object could not be cloned. |
+PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Navigator object could not be cloned. |
+PASS Sending Function object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': function () {} could not be cloned. |
+PASS Sending Error object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Error could not be cloned. |
PASS send-port: transferred one port |
PASS send-port-twice: transferred one port twice |
PASS send-two-ports: transferred two ports |