| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| index 70b082d0f2f4f4df83d70b5a70fb5b056277f7d6..8aa89ceb976d29e662e0396f437a49f1a5f6ba9a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -59,7 +59,7 @@ WebInspector.ConsoleView = function()
|
|
|
| this._executionContextComboBox = new WebInspector.ToolbarComboBox(null, "console-context");
|
| this._executionContextComboBox.setMaxWidth(200);
|
| - this._executionContextModel = new WebInspector.ConsoleContextSelector(this._executionContextComboBox.selectElement());
|
| + this._consoleContextSelector = new WebInspector.ConsoleContextSelector(this._executionContextComboBox.selectElement());
|
|
|
| this._filter = new WebInspector.ConsoleViewFilter(this);
|
| this._filter.addEventListener(WebInspector.ConsoleViewFilter.Events.FilterChanged, this._updateMessageList.bind(this));
|
|
|