Index: third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js |
index fe488fbcd496583ff7c0d87a35b7617546317f6d..4982a85afa18c9d13b83a0742f6f114ad6f02b36 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js |
@@ -335,7 +335,7 @@ Sources.WatchExpression = class extends Common.Object { |
this._valueElement.textContent = Common.UIString('<not available>'); |
} else { |
this._valueElement = Components.ObjectPropertiesSection.createValueElementWithCustomSupport( |
- result, !!exceptionDetails, titleElement, this._linkifier); |
+ result, !!exceptionDetails, false /* showPreview */, titleElement, this._linkifier); |
} |
var separatorElement = createElementWithClass('span', 'watch-expressions-separator'); |
separatorElement.textContent = ': '; |