| Index: third_party/WebKit/Source/devtools/front_end/object_ui/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/module.json b/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
|
| index b47310c51e657c595e3ea9e48fdb7b7a3006f8a3..216588d65a1db1a46ef744a05a53e99e9d734365 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
|
| @@ -1,4 +1,13 @@
|
| {
|
| + "extensions": [
|
| + {
|
| + "type": "@Common.Renderer",
|
| + "contextTypes": [
|
| + "SDK.RemoteObject"
|
| + ],
|
| + "className": "ObjectUI.ObjectPropertiesSection.Renderer"
|
| + }
|
| + ],
|
| "dependencies": [
|
| "ui",
|
| "sdk",
|
|
|