| 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..dc64b980470aec7850c0eace581ba3f50ad7b863 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -173,6 +173,11 @@
|
| },
|
| {
|
| "type": "@WebInspector.Revealer",
|
| + "contextTypes": ["WebInspector.UISourceCodeMessages"],
|
| + "className": "WebInspector.SourcesPanel.LineMessageRevealer"
|
| + },
|
| + {
|
| + "type": "@WebInspector.Revealer",
|
| "contextTypes": ["WebInspector.DebuggerPausedDetails"],
|
| "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
|
| },
|
|
|