| Index: Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/Source/devtools/front_end/console/ConsoleView.js b/Source/devtools/front_end/console/ConsoleView.js
|
| index e21ed248a0d81befd77791d873c65db92da5f075..361f747fe55448262f3271620a7aaf1b0b8f3432 100644
|
| --- a/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -399,7 +399,7 @@ WebInspector.ConsoleView.prototype = {
|
|
|
| _updateExecutionContextSelectorState: function()
|
| {
|
| - this._executionContextSelector.setEnabled(!this._isPaused || !this._evaluateOnStackCheckBox.checked);
|
| + this._executionContextComboBox.setEnabled(!this._isPaused || !this._evaluateOnStackCheckBox.checked);
|
| },
|
| // END DART SPECIFIC CODE
|
|
|
|
|