Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html |
index 311d2b0e4c123f8b76f1e43bb45e6b2615490f34..72ded7fa379d5571314a17e6cc1f5410eac23e28 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html |
@@ -1,6 +1,7 @@ |
<html> |
<head> |
<script src="../../../http/tests/inspector/inspector-test.js"></script> |
+<script src="../../../http/tests/inspector/console-test.js"></script> |
<script src="../../../http/tests/inspector/debugger-test.js"></script> |
<script src="../../../http/tests/inspector/network-test.js"></script> |
<script src="../../../http/tests/inspector/resources-test.js"></script> |
@@ -56,7 +57,7 @@ function test() |
if (this !== shownSourceFrame) |
return; |
InspectorTest.addResult("Message added to source frame: " + message.text()); |
- setImmediate(function() { InspectorTest.consoleModel.requestClearMessages(); }); |
+ setImmediate(function() { WebInspector.ConsoleView.clearConsole(); }); |
kozy
2016/07/18 19:32:54
() => WebInspector.ConsoleView.clearConsole()
|
} |
function didRemoveMessage(message) |