| Index: third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/LineEnding.cpp b/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| index ac1fe3bd394221bdce0e6762a55447d57d2451d7..b4e41c6c8a681c6a74531c01907725796153e138 100644
|
| --- a/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| @@ -151,7 +151,7 @@ void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffe
|
| }
|
| }
|
|
|
| -};
|
| +} // namespace;
|
|
|
| namespace blink {
|
|
|
|
|