| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
|
| index f443c1349a15235137bbd5048cce4fdc558fdd4a..1d6aa70088ef8662cd5fa818b0c47618f65de7db 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-retainers.html
|
| @@ -104,7 +104,7 @@ function test()
|
| function step4(retainersRoot)
|
| {
|
| retainersRoot.dataGrid.addEventListener(
|
| - WebInspector.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
|
| + Profiler.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
|
| step5.bind(this, retainersRoot));
|
| }
|
|
|
| @@ -183,7 +183,7 @@ function test()
|
| function step4(retainersRoot)
|
| {
|
| retainersRoot.dataGrid.addEventListener(
|
| - WebInspector.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
|
| + Profiler.HeapSnapshotRetainmentDataGrid.Events.ExpandRetainersComplete,
|
| step5.bind(this, retainersRoot));
|
| }
|
|
|
|
|