| 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 b4e41c6c8a681c6a74531c01907725796153e138..9b5761c0ea9e760f77aa121fd5b8d0d08a580eac 100644
|
| --- a/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| @@ -215,14 +215,4 @@ CString normalizeLineEndingsToCRLF(const CString& from)
|
| return buffer.buffer();
|
| }
|
|
|
| -void normalizeLineEndingsToNative(const CString& from, Vector<char>& result)
|
| -{
|
| -#if OS(WIN)
|
| - VectorCharAppendBuffer buffer(result);
|
| - internalNormalizeLineEndingsToCRLF(from, buffer);
|
| -#else
|
| - normalizeLineEndingsToLF(from, result);
|
| -#endif
|
| -}
|
| -
|
| } // namespace blink
|
|
|