Index: LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt |
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt |
index 59d5bbb17dbef81796a8e8c608a62043cd0bd554..c48a955c52e3a16bce7fdd782c5a6bcd1eb0fe33 100644 |
--- a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt |
+++ b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt |
@@ -1,6 +1,6 @@ |
CONSOLE MESSAGE: line 2: A message with first argument string |
CONSOLE MESSAGE: line 3: 2011 |
-CONSOLE MESSAGE: line 4: [object Window] |
+CONSOLE MESSAGE: line 4: [object global] |
Tests that Web Inspector will discard console message arguments when iframe where the message was logged is navigated to a different page. |