| Index: Source/devtools/front_end/elements/ElementsPanel.js
|
| diff --git a/Source/devtools/front_end/elements/ElementsPanel.js b/Source/devtools/front_end/elements/ElementsPanel.js
|
| index d23c4bbe83c7796a4048c2464e4f8b75b28caea6..aff96db562b798103d8fab194b8de6842431cfc4 100644
|
| --- a/Source/devtools/front_end/elements/ElementsPanel.js
|
| +++ b/Source/devtools/front_end/elements/ElementsPanel.js
|
| @@ -485,7 +485,7 @@ WebInspector.ElementsPanel.prototype = {
|
| continue;
|
|
|
| var resource = this._treeOutlines[i].target().resourceTreeModel.resourceForURL(anchor.href);
|
| - if (!resource || resource.type !== WebInspector.resourceTypes.Image)
|
| + if (!resource || resource.resourceType() !== WebInspector.resourceTypes.Image)
|
| return;
|
| anchor.removeAttribute("title");
|
| return anchor;
|
|
|