| Index: third_party/WebKit/Source/platform/text/LineEnding.h
|
| diff --git a/third_party/WebKit/Source/platform/text/LineEnding.h b/third_party/WebKit/Source/platform/text/LineEnding.h
|
| index 00a0535e9b98a7dfd9e2e1e9cf8f29def30e59f2..78f60a5b72a3e07e4c18d0f5437bba8f17b4b0d4 100644
|
| --- a/third_party/WebKit/Source/platform/text/LineEnding.h
|
| +++ b/third_party/WebKit/Source/platform/text/LineEnding.h
|
| @@ -46,12 +46,6 @@ PLATFORM_EXPORT CString normalizeLineEndingsToCRLF(const CString& from);
|
| PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from,
|
| Vector<char>& result);
|
|
|
| -// Normalize all line-endings in the given string to the native line-endings and
|
| -// append the result to the given buffer.
|
| -// (Normalize to CRLF on Windows and normalize to LF on all other platforms.)
|
| -PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from,
|
| - Vector<char>& result);
|
| -
|
| } // namespace blink
|
|
|
| #endif // LineEnding_h
|
|
|