| 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 0ef1d30f1e9be8a613707668f0add09a33539fe6..7fade3e37387c4c7deb32bdc29bcfac381f5b900 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 = ': ';
|
|
|