Index: third_party/WebKit/Source/devtools/front_end/profiler/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
index 81a4beea5216b97d255843f76873ce18f9689cc7..14032b0198b644409feeb277478a644445e6f62f 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
@@ -20,7 +20,9 @@ |
}, |
{ |
"type": "@UI.ContextMenu.Provider", |
- "contextTypes": ["SDK.RemoteObject"], |
+ "contextTypes": [ |
+ "SDK.RemoteObject" |
+ ], |
"className": "Profiler.ProfilesPanel.ContextMenuProvider" |
}, |
{ |
@@ -53,7 +55,9 @@ |
"iconClass": "largeicon-start-recording", |
"toggledIconClass": "largeicon-stop-recording", |
"toggleWithRedColor": true, |
- "contextTypes": ["Profiler.ProfilesPanel"], |
+ "contextTypes": [ |
+ "Profiler.ProfilesPanel" |
+ ], |
"className": "Profiler.ProfilesPanel.RecordActionDelegate", |
"bindings": [ |
{ |
@@ -70,7 +74,8 @@ |
"dependencies": [ |
"components", |
"components_lazy", |
- "ui_lazy" |
+ "ui_lazy", |
+ "perf_ui" |
], |
"scripts": [ |
"ProfilesPanel.js", |