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 f3122232a11234bb53d660eb21ab6efe6d9681c5..a980c235b14fc926e99f2dbe3ac3e9951359dcc9 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
@@ -74,7 +74,8 @@ |
"dependencies": [ |
"components", |
"perf_ui", |
- "data_grid" |
+ "data_grid", |
+ "heap_snapshot_model" |
], |
"scripts": [ |
"ProfilesPanel.js", |
@@ -85,7 +86,6 @@ |
"CPUProfileFlameChart.js", |
"CPUProfileView.js", |
"HeapProfileView.js", |
- "HeapSnapshotCommon.js", |
"HeapSnapshotProxy.js", |
"HeapSnapshotDataGrids.js", |
"HeapSnapshotGridNodes.js", |