Index: LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt |
index 57d090ba9136bea85b86c138087b1d9e1c19e20c..0f5cc083e9215cc40d2f9b7c7b4deb6e49cac4d7 100644 |
--- a/LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt |
@@ -1,5 +1,5 @@ |
CONSOLE ERROR: line 24: Uncaught Error: foo |
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin (''). |
+CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin (''). |
Tests asynchronous call stacks printed in console. |