Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
index 27649ccb7935fdb072bd7b8be1815f482d5cdcac..ce4beb4570e30cfd780dd71dcb5a90f4c72ea143 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
@@ -611,7 +611,7 @@ void LayoutThemeMac::setFontFromControlSize(ComputedStyle& style, NSControlSize |
style.setLineHeight(ComputedStyle::initialLineHeight()); |
// TODO(esprehn): The fontSelector manual management is buggy and error prone. |
- FontSelector* fontSelector = style.font().fontSelector(); |
+ FontSelector* fontSelector = style.font().getFontSelector(); |
if (style.setFontDescription(fontDescription)) |
style.font().update(fontSelector); |
} |