Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt

Issue 472023002: [DevTools] ConsoleAPI messages pass through frame console (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PassRefPtr<ConsoleMessage> -> PassRefPtrWillBeRawPtr<ConsoleMessage> Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698