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

Unified Diff: Source/devtools/front_end/ElementsTreeOutline.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/ElementsTreeOutline.js
diff --git a/Source/devtools/front_end/ElementsTreeOutline.js b/Source/devtools/front_end/ElementsTreeOutline.js
index 9df7d87c2cfbb7a78fb7b1b0aeac7243ca017b88..6eb053e54b4b67d23bda7ff0d9e596071b019bac 100644
--- a/Source/devtools/front_end/ElementsTreeOutline.js
+++ b/Source/devtools/front_end/ElementsTreeOutline.js
@@ -2357,7 +2357,6 @@ WebInspector.ElementsTreeElement.prototype = {
undefined,
undefined,
undefined,
- undefined,
[nodeObject]);
WebInspector.console.addMessage(message);
WebInspector.console.show();

Powered by Google App Engine
This is Rietveld 408576698