Index: tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py |
diff --git a/tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py b/tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py |
index 7f6fdf1c9f96b6669bc6e830d486c6e414200103..9706dad4b768c260aa69caa5d03fd51521300410 100644 |
--- a/tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py |
+++ b/tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py |
@@ -7,6 +7,7 @@ import json |
from telemetry.core.heap import live_heap_object |
from telemetry.core.heap import retaining_edge |
+ |
class ChromeJsHeapSnapshotParser(object): |
""" Parser for the heap snapshot. |