| Index: third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html b/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| index 1371e6c8f0adb9e4acb75d5aec1b1583e4159865..9352c979f5e5fb23afdfa65bd96cab401223c95e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| @@ -33,7 +33,6 @@ function test()
|
| var consoleView = WebInspector.ConsoleView.instance();
|
| consoleView._viewport.invalidate()
|
| var element = consoleView._visibleViewMessages[0].contentElement();
|
| - dumpNoteVisible(element, "info-note");
|
|
|
| InspectorTest.dumpConsoleMessages(false, true);
|
| InspectorTest.evaluateInPage("window.accessedGet", dumpAccessedGetAndExpand);
|
|
|