| Index: third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| index 1066e65a9f92dfc343fa2b359caae723093baede..d2e364d4d0f9751b3558f8bee03bf2a99922a468 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -383,8 +383,6 @@ WebInspector.ObjectPropertyTreeElement.prototype = {
|
| this.nameElement = WebInspector.ObjectPropertiesSection.createNameElement(this.property.name);
|
| if (!this.property.enumerable)
|
| this.nameElement.classList.add("object-properties-section-dimmed");
|
| - if (this.property.isAccessorProperty())
|
| - this.nameElement.classList.add("properties-accessor-property-name");
|
| if (this.property.synthetic)
|
| this.nameElement.classList.add("synthetic-property");
|
|
|
|
|