| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js
|
| index 4ed570ea4849863487cd0bed51ccad4fb7c916d6..0332993075d16c75a3dc5552f2097bfd696291fe 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js
|
| @@ -207,6 +207,7 @@ WebInspector.ConsoleContextSelector.prototype = {
|
| _select: function(option)
|
| {
|
| this._selectElement.selectedIndex = Array.prototype.indexOf.call(/** @type {?} */ (this._selectElement), option);
|
| + this._updateSelectionWarning();
|
| },
|
|
|
| /**
|
|
|