| Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| index 78d7804003e57016be34e300c936dccffd2ddbc3..eb3f77e28e672424c4e9ed26acec1540db4adb33 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -9,7 +9,7 @@
|
| },
|
| {
|
| "type": "@WebInspector.ContextMenu.Provider",
|
| - "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
|
| + "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.DOMNode", "WebInspector.NetworkRequest"],
|
| "className": "WebInspector.SourcesPanel.ContextMenuProvider"
|
| },
|
| {
|
|
|