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

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

Issue 1574213006: DevTools: beautified styles sidebar toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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 23dde482a2ebf5c30463ad167a767094f4eb3776..462e2ec2c6c9e6662b20c506d066c30d0fcc6e69 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
@@ -53,7 +53,7 @@ WebInspector.SourceFrame = function(contentProvider)
this._shortcuts = {};
this.element.addEventListener("keydown", this._handleKeyDown.bind(this), false);
- this._sourcePosition = new WebInspector.ToolbarLabel();
+ this._sourcePosition = new WebInspector.ToolbarText();
}
WebInspector.SourceFrame.Events = {

Powered by Google App Engine
This is Rietveld 408576698