| Index: content/child/browser_font_resource_trusted.cc
|
| diff --git a/content/child/browser_font_resource_trusted.cc b/content/child/browser_font_resource_trusted.cc
|
| index 997d8d106d15837043771c2c6f17890854e8ce55..30bae9f179ba5e0c2e22ddd1230f45541312cd0c 100644
|
| --- a/content/child/browser_font_resource_trusted.cc
|
| +++ b/content/child/browser_font_resource_trusted.cc
|
| @@ -277,7 +277,7 @@ PP_Bool BrowserFontResource_Trusted::Describe(
|
|
|
| // While converting the other way in PPFontDescToWebFontDesc we validated
|
| // that the enums can be casted.
|
| - WebFontDescription web_desc = font_->fontDescription();
|
| + WebFontDescription web_desc = font_->getFontDescription();
|
| description->face = StringVar::StringToPPVar(base::UTF16ToUTF8(
|
| base::StringPiece16(web_desc.family)));
|
| description->family =
|
|
|