| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| index 6b7c5a5e9469d4dbd5baf6233f49777ba1baebc0..e32e1b8bdf9e25a7bbab310186457b1a0009c7dd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
|
| @@ -81,7 +81,7 @@ function test()
|
| function testShowAll(next)
|
| {
|
| // Make sure all nodes are visible.
|
| - WebInspector.HeapSnapshotDiffDataGrid.prototype.defaultPopulateCount = function() { return 100; };
|
| + Profiler.HeapSnapshotDiffDataGrid.prototype.defaultPopulateCount = function() { return 100; };
|
|
|
| InspectorTest.takeAndOpenSnapshot(createHeapSnapshotA, createSnapshotB);
|
| function createSnapshotB() {
|
|
|