| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| index 64d4636c6f65dd750fe878a10babc2c6c3daa191..9db619906d221f6bda5923ee624458c3f6133828 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -1190,7 +1190,6 @@ UI.initializeUIUtils = function(document, themeSetting) {
|
|
|
| var body = /** @type {!Element} */ (document.body);
|
| UI.appendStyle(body, 'ui/inspectorStyle.css');
|
| - UI.appendStyle(body, 'ui/popover.css');
|
| UI.GlassPane.setContainer(/** @type {!Element} */ (document.body));
|
| };
|
|
|
|
|