| 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 f1c46425c58b277f76327d61c0fa3f6c5d274bb6..27287cf9211e79dafcc4c7808b6cd200e3c84443 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"
|
| },
|
| {
|
|
|