| 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 6a5813dbb14a78d19e5298150134fd8f5bdbd3f7..fec060656f84e14ae067b018f913d9c70bd96ba4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js
|
| @@ -1068,8 +1068,7 @@ WebInspector.ObjectPropertiesSection.createValueElement = function(value, wasThr
|
| var rawLocation = value.debuggerModel().createRawLocationByScriptId(value.value.scriptId, value.value.lineNumber, value.value.columnNumber);
|
| if (rawLocation && linkifier)
|
| return linkifier.linkifyRawLocation(rawLocation, "");
|
| - else
|
| - valueElement.textContent = "<unknown>";
|
| + valueElement.textContent = "<unknown>";
|
| }
|
|
|
| function mouseMove()
|
|
|