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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/FontView.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/FontView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js b/third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js
index 07d34fea13583688051e198fe1486b54371311ef..77f2c7f2d9220d1577cf5f75cf816f713e6b1f6e 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js
@@ -40,7 +40,7 @@ WebInspector.FontView = function(mimeType, contentProvider)
this._url = contentProvider.contentURL();
this._mimeType = mimeType;
this._contentProvider = contentProvider;
- this._mimeTypeLabel = new WebInspector.ToolbarLabel(mimeType);
+ this._mimeTypeLabel = new WebInspector.ToolbarText(mimeType);
}
WebInspector.FontView._fontPreviewLines = [ "ABCDEFGHIJKLM", "NOPQRSTUVWXYZ", "abcdefghijklm", "nopqrstuvwxyz", "1234567890" ];

Powered by Google App Engine
This is Rietveld 408576698