| Index: LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
|
| index d4f6ab67b771cc939c0f0d81403740d39f789ba2..ba26fe61f5c77ea60cfdca6c171c8b49232ae011 100644
|
| --- a/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -612,6 +612,8 @@ WebInspector.targetManager.observeTargets({
|
| {
|
| if (!WebInspector.domModel)
|
| WebInspector.domModel = target.domModel;
|
| + if (!WebInspector.consoleModel)
|
| + WebInspector.consoleModel = target.consoleModel;
|
| },
|
|
|
| targetRemoved: function(target) { }
|
|
|