| 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 ca1160344b1e5f0d65f9e6435ec29f96356ac3f5..d18a7426327af87222c16e2339c39c930cbb34d3 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
|
| @@ -41,7 +41,7 @@ WebInspector.FontView = function(mimeType, contentProvider)
|
| this._mimeType = mimeType;
|
| this._contentProvider = contentProvider;
|
| this._mimeTypeLabel = new WebInspector.ToolbarText(mimeType);
|
| -}
|
| +};
|
|
|
| WebInspector.FontView._fontPreviewLines = [ "ABCDEFGHIJKLM", "NOPQRSTUVWXYZ", "abcdefghijklm", "nopqrstuvwxyz", "1234567890" ];
|
|
|
| @@ -158,4 +158,4 @@ WebInspector.FontView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.SimpleView.prototype
|
| -}
|
| +};
|
|
|