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 71e5d196e2f3388470715aa35af56b2d1a91b937..acb952723845e2579a6178f43ed5ca41107a861b 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json |
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json |
@@ -26,7 +26,7 @@ |
{ "name": "console" }, |
{ "name": "source_frame" }, |
{ "name": "text_editor" }, |
- { "name": "cm_modes", "type": "remoteInRelease" }, |
+ { "name": "cm_modes", "type": "remote" }, |
{ "name": "settings" }, |
{ "name": "layers", "condition": "!v8only" }, |
{ "name": "snippets" }, |
@@ -35,8 +35,8 @@ |
{ "name": "accessibility", "condition": "!v8only" }, |
{ "name": "animation", "condition": "!v8only" }, |
{ "name": "es_tree" }, |
- { "name": "screencast", "condition": "remoteFrontend", "type": "remoteInRelease" }, |
- { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteInRelease" } |
+ { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } |
], |
"has_html": true |