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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
index 113e9a9bd659841f17838018b1b4aeb03a399495..a91d0bd67090a47600cea85cb39fc210c2e0e770 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
@@ -119,6 +119,7 @@ InspectorTest.dumpConsoleMessagesIntoArray = function(printOriginatingCommand, d
result.push(classNames.join(" > "));
} else {
var messageText = formatter(element, message);
+ messageText = messageText.replace(/VM\d+/g, "VM");
result.push(messageText + (dumpClassNames ? " " + classNames.join(" > ") : ""));
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698