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

Unified Diff: Source/devtools/front_end/ExtensionServer.js

Issue 211003002: DevTools: rename SourceEditor to SourceView, make entire SourcesPanel a drop target. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: For landing Created 6 years, 9 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/devtools/front_end/ExtensionServer.js
diff --git a/Source/devtools/front_end/ExtensionServer.js b/Source/devtools/front_end/ExtensionServer.js
index 389bbe3114bd3743fb17c7b9a84db4c0f4609a17..de286159b2d51a12050f80b838bdf1afc68dda18 100644
--- a/Source/devtools/front_end/ExtensionServer.js
+++ b/Source/devtools/front_end/ExtensionServer.js
@@ -716,7 +716,7 @@ WebInspector.ExtensionServer.prototype = {
startColumn: textRange.startColumn,
endLine: textRange.endLine,
endColumn: textRange.endColumn,
- url: sourcesPanel.sourcesEditor().currentUISourceCode().uri()
+ url: sourcesPanel.sourcesView().currentUISourceCode().uri()
};
return selection;
« no previous file with comments | « Source/devtools/front_end/EditingLocationHistoryManager.js ('k') | Source/devtools/front_end/FilteredItemSelectionDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698