| Index: third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPathValue.cpp b/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| index dcfbf15a0ef0ea179d3552dc8fb3d642e4e14082..123f712f40c4d449e82b8cb2e43d4338dafc5d2d 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| @@ -44,7 +44,7 @@ PassRefPtrWillBeRawPtr<CSSPathValue> createPathValue()
|
| return CSSPathValue::create(pathByteStream.release());
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| CSSPathValue* CSSPathValue::emptyPathValue()
|
| {
|
|
|