Index: Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js (revision 76933) |
+++ Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js (working copy) |
@@ -139,7 +139,7 @@ |
if (!expression) |
continue; |
- WebInspector.console.evalInInspectedWindow("(" + expression + ")", this._watchObjectGroupId, appendResult.bind(this, expression, i)); |
+ WebInspector.console.evalInInspectedWindow("(" + expression + ")", this._watchObjectGroupId, false, appendResult.bind(this, expression, i)); |
} |
// note this is setting the expansion of the tree, not the section; |