| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| index ceaf37b22ca839073806e37a4f5beeb4c28f2d0a..e8798a12e9ae50e65dead0de2adc1f9c44d65949 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -157,6 +157,7 @@ WebInspector.NavigatorView.prototype = {
|
| focus: function()
|
| {
|
| this._scriptsTree.focus();
|
| + this.wasFocused();
|
| },
|
|
|
| /**
|
|
|