| Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index 4d18ad3f8c19df697e3e0c72e04b90c7b155623e..30e0ebbe8a7e4f4206ab7bfea3a42da9ad81dd2d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -574,7 +574,7 @@ Elements.StylePropertiesSection = class {
|
|
|
| this._titleElement = this.element.createChild('div', 'styles-section-title ' + (rule ? 'styles-selector' : ''));
|
|
|
| - this.propertiesTreeOutline = new TreeOutlineInShadow();
|
| + this.propertiesTreeOutline = new UI.TreeOutlineInShadow();
|
| this.propertiesTreeOutline.registerRequiredCSS('elements/stylesSectionTree.css');
|
| this.propertiesTreeOutline.element.classList.add('style-properties', 'matched-styles', 'monospace');
|
| this.propertiesTreeOutline.section = this;
|
| @@ -1762,7 +1762,7 @@ Elements.KeyframePropertiesSection = class extends Elements.StylePropertiesSecti
|
| /**
|
| * @unrestricted
|
| */
|
| -Elements.StylePropertyTreeElement = class extends TreeElement {
|
| +Elements.StylePropertyTreeElement = class extends UI.TreeElement {
|
| /**
|
| * @param {!Elements.StylesSidebarPane} stylesPane
|
| * @param {!SDK.CSSMatchedStyles} matchedStyles
|
|
|