| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
|
| index a1c37a377a46ba445bb9234cf4b1a64caa251940..c329b58579d5a4dd93df23120da23a98d9e56dbb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-orphan-nodes.html
|
| @@ -44,7 +44,7 @@ function test()
|
| return builder.generateSnapshot();
|
| }
|
|
|
| - InspectorTest.addSniffer(WebInspector.HeapSnapshotView.prototype, "_gotStatistics", checkStatistics, true);
|
| + InspectorTest.addSniffer(Profiler.HeapSnapshotView.prototype, "_gotStatistics", checkStatistics, true);
|
| InspectorTest.takeAndOpenSnapshot(createHeapSnapshot, step1);
|
|
|
| function checkStatistics(statistics)
|
|
|