| 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 4cb3c445e623e20a25440bd0b8be25e57ee8e8c9..549939c6b8bcc23b182f040138587e6fe3e03ec5 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));
|
| };
|
|
|
|
|