Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp |
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
index fa9326cffea5bd35bd02630237a04573d9e6988b..35f4e07513054312749d1fd443faaa7400703ccf 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
@@ -510,7 +510,7 @@ void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bo |
void EditingStyle::replaceFontSizeByKeywordIfPossible(const ComputedStyle* computedStyle, CSSComputedStyleDeclaration* cssComputedStyle) |
{ |
ASSERT(computedStyle); |
- if (computedStyle->fontDescription().keywordSize()) |
+ if (computedStyle->getFontDescription().keywordSize()) |
m_mutableStyle->setProperty(CSSPropertyFontSize, cssComputedStyle->getFontSizeCSSValuePreferringKeyword()->cssText()); |
} |