| Index: third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js b/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js
|
| index 7c8d6f586c1fbcfa1fb6d1c7bb617ea9d5f98f7e..140c347810a8b0a52878fe6a86ba2aa6a26cffa6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js
|
| @@ -42,6 +42,7 @@ WebInspector.PlatformFontsWidget = function(sharedModel)
|
| this._sharedModel.addEventListener(WebInspector.ComputedStyleModel.Events.ComputedStyleChanged, this.update, this);
|
|
|
| this._sectionTitle = createElementWithClass("div", "title");
|
| + this.contentElement.classList.add("platform-fonts");
|
| this.contentElement.appendChild(this._sectionTitle);
|
| this._sectionTitle.textContent = WebInspector.UIString("Rendered Fonts");
|
| this._fontStatsSection = this.contentElement.createChild("div", "stats-section");
|
|
|