| 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" ];
|
|
|