| Index: Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| diff --git a/Source/devtools/front_end/components/ObjectPropertiesSection.js b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| index 45e80f51e6668d6a962c878e018a2137c2c67aba..93dbcdd5977eb6c9834fd0b2d8d8ff9d3399e9e6 100644
|
| --- a/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -258,7 +258,7 @@ WebInspector.ObjectPropertyTreeElement.prototype = {
|
| } else {
|
| this.valueElement = createElementWithClass("span", "object-value-undefined");
|
| this.valueElement.textContent = WebInspector.UIString("<unreadable>");
|
| - WebInspector.Tooltip.install(this.valueElement, WebInspector.UIString("No property getter"));
|
| + this.valueElement.title = WebInspector.UIString("No property getter");
|
| }
|
|
|
| this.listItemElement.removeChildren();
|
|
|