| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| index 4052d5b4cdd347f44bbd70b8ec04e584f3fb5e03..167da488fcceeabab9421a553a0b51f8bf92abdd 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| @@ -24,7 +24,7 @@ function frameLoaded(event) {
|
|
|
| function test()
|
| {
|
| - for (var message of SDK.consoleModel.messages()) {
|
| + for (var message of ConsoleModel.consoleModel.messages()) {
|
| var args = (message.parameters || []).map((arg) => arg.type);
|
| InspectorTest.addResult("Message: \"" + message.messageText + "\", arguments: [" + args.join(", ") + "]");
|
| }
|
|
|