| Index: Source/devtools/front_end/sources/module.json
|
| diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
|
| index db6fca2a965cf9b295f3c65d8a1b6da2fe3389d2..734ab2be2c8dad8df6932086df68e13eef475ad6 100644
|
| --- a/Source/devtools/front_end/sources/module.json
|
| +++ b/Source/devtools/front_end/sources/module.json
|
| @@ -148,6 +148,16 @@
|
| },
|
| {
|
| "type": "@WebInspector.Revealer",
|
| + "contextTypes": ["WebInspector.UISourceCodeMessages"],
|
| + "className": "WebInspector.SourcesPanel.LineMessageRevealer"
|
| + },
|
| + {
|
| + "type": "@WebInspector.Revealer",
|
| + "contextTypes": ["WebInspector.SearchResultsCollection"],
|
| + "className": "WebInspector.AdvancedSearchView.SearchResultsRevealer"
|
| + },
|
| + {
|
| + "type": "@WebInspector.Revealer",
|
| "contextTypes": ["WebInspector.DebuggerPausedDetails"],
|
| "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
|
| },
|
|
|