| Index: LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-loader.html b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| index 6e139f234c41daa23d94d2451281459c2b30ada5..81198c24b68c5102a58fbcd23dedc69e60e617c6 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
|
| @@ -11,7 +11,7 @@ function test()
|
| var partSize = sourceStringified.length >> 3;
|
|
|
| function injectMockProfile(callback) {
|
| - var dispatcher = InspectorBackend._connection._dispatchers["HeapProfiler"]._dispatcher;
|
| + var dispatcher = InspectorTest.connection._dispatchers["HeapProfiler"]._dispatcher;
|
| var panel = WebInspector.panels.profiles;
|
| panel._reset();
|
|
|
|
|