| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-loader.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| index b07f7177fa4409ea851af456b2b00a409f6bc706..d7f5fd119b92b71d8cf4bc82bb6ce0f81fb787ef 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| @@ -11,7 +11,7 @@ function test()
|
| var partSize = sourceStringified.length >> 3;
|
|
|
| function injectMockProfile(callback) {
|
| - var dispatcher = InspectorTest.mainTarget._dispatchers["HeapProfiler"]._dispatchers[0];
|
| + var dispatcher = InspectorTest.mainTarget._dispatcher._dispatchers["HeapProfiler"]._dispatchers[0];
|
| var panel = UI.panels.heap_profiler;
|
| panel._reset();
|
|
|
|
|