Index: Source/WebCore/inspector/front-end/DOMAgent.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/DOMAgent.js (revision 106780) |
+++ Source/WebCore/inspector/front-end/DOMAgent.js (working copy) |
@@ -978,7 +978,7 @@ |
function wrapperFunction(error) |
{ |
if (callback) |
- callback(error); |
+ callback.apply(this, arguments); |
if (error || !WebInspector.experimentsSettings.freeFlowDOMEditing.isEnabled()) |
return; |
if (this._captureDOMTimer) |