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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js

Issue 2149833005: DevTools: rename SourceFrame.onTextEditorContentLoaded into onTextEditorContentSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
index 4adbe706d633dfc316076097092e6c4adfd96e3e..a8ca998a00aa80f6698d5d440fc5fdc2bc416466 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
@@ -301,10 +301,10 @@ WebInspector.SourceFrame.prototype = {
this._delayedFindSearchMatches();
delete this._delayedFindSearchMatches;
}
- this.onTextEditorContentLoaded();
+ this.onTextEditorContentSet();
},
- onTextEditorContentLoaded: function() {},
+ onTextEditorContentSet: function() {},
/**
* @param {?WebInspector.SearchableView} view

Powered by Google App Engine
This is Rietveld 408576698