Index: LayoutTests/inspector/profiler/heap-snapshot.html |
diff --git a/LayoutTests/inspector/profiler/heap-snapshot.html b/LayoutTests/inspector/profiler/heap-snapshot.html |
index 7316b85c139dd6c2aef9678367d39131a7dee180..84da10b726629ff79c9f911e9d8fc1946dfc7cde 100644 |
--- a/LayoutTests/inspector/profiler/heap-snapshot.html |
+++ b/LayoutTests/inspector/profiler/heap-snapshot.html |
@@ -355,7 +355,7 @@ function test() |
for (var i = 0, l = sourceStringified.length; i < l; i += partSize) |
loader.write(sourceStringified.slice(i, i + partSize)); |
loader.close(); |
- var result = loader.buildSnapshot("JSHeapSnapshot"); |
+ var result = loader.buildSnapshot(); |
yurys
2014/03/27 07:35:41
buildSnapshot(false)
alph
2014/03/27 09:39:32
Done.
|
result._nodes = new Uint32Array(result._nodes); |
result._containmentEdges = new Uint32Array(result._containmentEdges); |
function assertSnapshotEquals(reference, actual) |