Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json

Issue 2626173002: DevTools: Extract HeapSnapshotCommon.js into HeapSnapshotModel module (Closed)
Patch Set: add module.json for modules Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
index f7a6d98e8b9ec7111546e98aa11ec37ffb0c06bc..8ca6f4c9ba32283d476843dc7dfde2749df17e2f 100644
--- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
+++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
@@ -1,6 +1,7 @@
{
"modules": [
- { "name": "heap_snapshot_worker", "type": "autostart" }
+ { "name": "heap_snapshot_worker", "type": "autostart" },
+ { "name": "heap_snapshot_model", "type": "autostart" }
],
"has_html": false

Powered by Google App Engine
This is Rietveld 408576698