| Index: third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp b/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| index 374d37792fec0a3c3158b77b5dab43a661683746..ee44408010ded218477cd3405f14f2b8491bd15b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| @@ -51,4 +51,4 @@ bool CSSFontFeatureValue::equals(const CSSFontFeatureValue& other) const
|
| return m_tag == other.m_tag && m_value == other.m_value;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|