Index: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json |
index 3322c4240213796279cf9c79bca5290015ee5c4b..e41b08a6f0ae6f6f04f7bafe947dbb523df84f6c 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json |
@@ -3,11 +3,13 @@ |
"../platform/utilities.js", |
"../common/UIString.js", |
"../common/TextUtils.js", |
- "../profiler/HeapSnapshotCommon.js", |
"AllocationProfile.js", |
"HeapSnapshot.js", |
"HeapSnapshotLoader.js", |
"HeapSnapshotWorkerDispatcher.js", |
"HeapSnapshotWorker.js" |
+ ], |
+ "dependencies": [ |
+ "heap_snapshot_model" |
] |
} |