Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Unified Diff: test/inspector/protocol-test.js

Issue 2450653002: [inspector] enable inspector by default (Closed)
Patch Set: disable debugger after test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/string-16.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/protocol-test.js
diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
index 7eb822ae2e078d63da09e808e9ea1676a8e7164c..a1e61bba5dca3b77b833787557a865facab34ad4 100644
--- a/test/inspector/protocol-test.js
+++ b/test/inspector/protocol-test.js
@@ -100,7 +100,10 @@ InspectorTest.logObject = function(object, title)
InspectorTest.log(lines.join("\n"));
}
-InspectorTest.completeTest = quit.bind(null);
+InspectorTest.completeTest = function()
+{
+ Protocol.Debugger.disable().then(() => quit());
+}
InspectorTest.completeTestAfterPendingTimeouts = function()
{
« no previous file with comments | « src/inspector/string-16.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698