| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 68368dce173e735c2caf25bac4121795ea66c637..bae67239d78c88293c4ab006588052b770a5eea0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -995,7 +995,7 @@ SDK.targetManager.observeTargets({
|
| InspectorTest.tracingManager = target.model(SDK.TracingManager);
|
| InspectorTest.mainTarget = target;
|
| InspectorTest.consoleModel = ConsoleModel.consoleModel;
|
| - InspectorTest.networkLog = SDK.networkLog;
|
| + InspectorTest.networkLog = NetworkLog.networkLog;
|
| },
|
|
|
| targetRemoved: function(target) { }
|
|
|