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