| Index: Source/devtools/front_end/ui/RootView.js
|
| diff --git a/Source/devtools/front_end/ui/RootView.js b/Source/devtools/front_end/ui/RootView.js
|
| index c73f353b30024bc398b09232dcc1d889eec8b0af..465c6d169a15b1d774e7ace25869e1e2469e36b8 100644
|
| --- a/Source/devtools/front_end/ui/RootView.js
|
| +++ b/Source/devtools/front_end/ui/RootView.js
|
| @@ -10,7 +10,7 @@ WebInspector.RootView = function()
|
| {
|
| WebInspector.VBox.call(this);
|
| this.markAsRoot();
|
| - this.element.classList.add("root-view", "component-root");
|
| + this.element.classList.add("root-view");
|
| this.element.setAttribute("spellcheck", false);
|
| window.addEventListener("resize", this.doResize.bind(this), false);
|
| }
|
|
|