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

Unified Diff: Source/devtools/front_end/CPUProfileView.js

Issue 185713007: DevTools: Add timestamp support in the console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Up for review Created 6 years, 9 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
Index: Source/devtools/front_end/CPUProfileView.js
diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js
index b22f46f37443bee4d3d4315daafa737216a09e1a..3f09f61c8030cbde558ce69b50d4cdb0aa2622c4 100644
--- a/Source/devtools/front_end/CPUProfileView.js
+++ b/Source/devtools/front_end/CPUProfileView.js
@@ -731,7 +731,6 @@ WebInspector.CPUProfileType.prototype = {
undefined,
undefined,
undefined,
- undefined,
[{
functionName: "",
scriptId: scriptLocation.scriptId,

Powered by Google App Engine
This is Rietveld 408576698