| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
|
| index 6838a313714bbfbdaf2f0afa76ad4fdc1a45f70e..427fe7636e3730d4be419dbdce414140c736d692 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-statistics.html
|
| @@ -36,7 +36,7 @@ function test()
|
| InspectorTest.runHeapSnapshotTestSuite([
|
| function testStatistics(next)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.HeapSnapshotView.prototype, "_gotStatistics", step1, true);
|
| + InspectorTest.addSniffer(Profiler.HeapSnapshotView.prototype, "_gotStatistics", step1, true);
|
| InspectorTest.takeAndOpenSnapshot(createHeapSnapshot, function() {});
|
|
|
| function step1(statistics)
|
|
|