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

Unified Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js

Issue 2778873003: DevTools: Convert TextEditor from Interface to Abstract class (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js b/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
index 1d4b8ab04d8cc6dd4c3fec058e6b1c8aeccf2db5..bfac25dd148a8de2a29336737e4ec3380610c727 100644
--- a/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
+++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
@@ -127,7 +127,7 @@ PerfUI.LineLevelProfile.LineDecorator = class {
/**
* @override
* @param {!Workspace.UISourceCode} uiSourceCode
- * @param {!TextEditor.CodeMirrorTextEditor} textEditor
+ * @param {!SourceFrame.SourcesTextEditor} textEditor
*/
decorate(uiSourceCode, textEditor) {
var gutterType = 'CodeMirror-gutter-performance';

Powered by Google App Engine
This is Rietveld 408576698