Chromium Code Reviews| 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 786e40d5edd1631fef76e132f1fb0b487451778c..ada71282e8d06f86229776a7f209ae2e1b7dbf74 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/inspector.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/inspector.json |
| @@ -18,6 +18,7 @@ |
| { "name": "elements", "condition": "!v8only" }, |
| { "name": "network", "condition": "!v8only" }, |
| { "name": "network_group_lookup", "condition": "!v8only", "type": "remote" }, |
| + { "name": "console_frame_product_lookup", "condition": "!v8only", "type": "remote" }, |
|
pfeldman
2017/04/04 19:03:16
There is no reason for this to not work for node.
pfeldman
2017/04/04 19:06:56
ignore me, there are no contexts we could name nic
allada
2017/04/05 01:49:46
Acknowledged.
|
| { "name": "sources" }, |
| { "name": "timeline", "condition": "!v8only" }, |
| { "name": "timeline_model", "condition": "!v8only" }, |