Index: Source/WebCore/inspector/front-end/SourceFrame.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/SourceFrame.js (revision 76933) |
+++ Source/WebCore/inspector/front-end/SourceFrame.js (working copy) |
@@ -713,7 +713,7 @@ |
return; |
showObjectPopup.call(this, result); |
} |
- WebInspector.panels.scripts.evaluateInSelectedCallFrame(element.textContent, false, this._popoverObjectGroup, evaluateCallback.bind(this)); |
+ WebInspector.panels.scripts.evaluateInSelectedCallFrame(element.textContent, false, this._popoverObjectGroup, false, evaluateCallback.bind(this)); |
}, |
_editBreakpointCondition: function(lineNumber, condition, callback) |