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

Unified Diff: LayoutTests/inspector/jump-to-previous-editing-location.html

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: 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: LayoutTests/inspector/jump-to-previous-editing-location.html
diff --git a/LayoutTests/inspector/jump-to-previous-editing-location.html b/LayoutTests/inspector/jump-to-previous-editing-location.html
index 983dca0ed1748ce3f79ce2cd6531e6909c3970e0..ee8fa9af764eacd9e784f2e6832f781283810c0b 100644
--- a/LayoutTests/inspector/jump-to-previous-editing-location.html
+++ b/LayoutTests/inspector/jump-to-previous-editing-location.html
@@ -10,9 +10,9 @@ function test()
{
WebInspector.inspectorView.showPanel("sources");
var panel = WebInspector.panels.sources;
- var sourcesEditor = panel._sourcesEditor;
- var historyManager = sourcesEditor._historyManager;
- var editorContainer = sourcesEditor._editorContainer;
+ var sourcesView = panel._sourcesView;
+ var historyManager = sourcesView._historyManager;
+ var editorContainer = sourcesView._editorContainer;
function rollback()
{

Powered by Google App Engine
This is Rietveld 408576698