| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| index fb74a8a46b69774278a7c8dcefd18b57f323414b..3129a564ef2dafd4d11b6d428a2b86e955193d3d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| @@ -31,7 +31,7 @@ function createIFrame()
|
|
|
| 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(", ") + "]");
|
| }
|
|
|