| Index: third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp
|
| index 0b2cedadd84d6f02d157eca12d7684e002ed3fbf..2244957d6d2205d5a106d4647aade6816dcbb6f5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp
|
| @@ -123,4 +123,4 @@ bool CSSFontFaceSrcValue::equals(const CSSFontFaceSrcValue& other) const
|
| return m_isLocal == other.m_isLocal && m_format == other.m_format && m_resource == other.m_resource;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|