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

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

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: lines and columns in stack string should be 1-based Created 3 years, 8 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 | « test/inspector/inspector-test.cc ('k') | test/inspector/runtime/client-console-api-message.js » ('j') | 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 f6d90178bf60f6852df8a53bf04757a5358c093c..27f5ecead2dd0aa05f58598e9867bdaadb3af245 100644
--- a/test/inspector/protocol-test.js
+++ b/test/inspector/protocol-test.js
@@ -57,6 +57,8 @@ var utils = {};
this.cancelPauseOnNextStatement = null;
utils.reconnect = reconnect;
this.reconnect = null;
+ utils.setLogConsoleApiMessageCalls = setLogConsoleApiMessageCalls;
+ this.setLogConsoleApiMessageCalls = null;
utils.createContextGroup = createContextGroup;
this.createContextGroup = null;
})();
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/runtime/client-console-api-message.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698