| Index: Source/core/editing/ApplyStyleCommand.cpp
|
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
|
| index 3cefb11203e1d7dd2f12338b4dc27a30c2435075..bda5ae2d6e8c395e872b098912dec2e62b0622e1 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.cpp
|
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
|
| @@ -1488,6 +1488,7 @@ float ApplyStyleCommand::computedFontSize(Node* node)
|
| if (!style)
|
| return 0;
|
|
|
| + // FIXME: oilpan: Change to RefPtrWillBeRawPtr when changing CSSValue.
|
| RefPtr<CSSPrimitiveValue> value = static_pointer_cast<CSSPrimitiveValue>(style->getPropertyCSSValue(CSSPropertyFontSize));
|
| if (!value)
|
| return 0;
|
|
|