| 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 786e01d93a383658f7c7296bfde1fe8f5a6ffae7..dfa6c6571a46f40fbf355dc31818458628e16a1c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| @@ -258,7 +258,7 @@ WebInspector.WatchExpression.prototype = {
|
| {
|
| var currentExecutionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
|
| if (currentExecutionContext && this._expression)
|
| - currentExecutionContext.evaluate(this._expression, WebInspector.WatchExpression._watchObjectGroupId, false, true, false, false, this._createWatchExpression.bind(this));
|
| + currentExecutionContext.evaluate(this._expression, WebInspector.WatchExpression._watchObjectGroupId, false, true, false, false, false, this._createWatchExpression.bind(this));
|
| },
|
|
|
| startEditing: function()
|
|
|