Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: Source/WebCore/inspector/front-end/DOMAgent.js

Issue 9328038: Merge 106638 - Web Inspector: preserve elements panel selection upon node drag'n'drop (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « LayoutTests/inspector/elements/move-node-expected.txt ('k') | Source/WebCore/inspector/front-end/ElementsTreeOutline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698