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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2884063003: DevTools: console is missing when debugging Node (Closed)
Patch Set: same Created 3 years, 7 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/Source/devtools/front_end/product_registry/ProductRegistry.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index 187734fe671020f23891fd9d520c1ff69ef49033..21a943af6e3add5816b639228791eacf7aca4103 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -20,7 +20,7 @@
{ "name": "sources" },
{ "name": "timeline", "condition": "!v8only" },
{ "name": "timeline_model", "condition": "!v8only" },
- { "name": "product_registry", "condition": "!v8only", "type": "autostart" },
+ { "name": "product_registry", "type": "autostart" },
{ "name": "product_registry_impl", "condition": "!v8only", "type": "remote" },
{ "name": "profiler" },
{ "name": "resources", "condition": "!v8only" },
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698