| Index: third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js b/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
|
| index 0fe00c16c731bd335aaf9a7bffacfe9c0fddea7d..9941668913602d49a17a87321af44e9efee07b2e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
|
| @@ -14,6 +14,7 @@ Main.SimpleApp = class {
|
| var rootView = new UI.RootView();
|
| UI.inspectorView.show(rootView.element);
|
| rootView.attachToDocument(document);
|
| + rootView.focus();
|
| }
|
| };
|
|
|
|
|