| Index: third_party/WebKit/Source/platform/blob/BlobData.h
|
| diff --git a/third_party/WebKit/Source/platform/blob/BlobData.h b/third_party/WebKit/Source/platform/blob/BlobData.h
|
| index 4e6aa56e8e887dbd2e7bc8a3c41879400f0531fd..3e15fd4d0a30a5216bdaba13a2f18c04cd8dea66 100644
|
| --- a/third_party/WebKit/Source/platform/blob/BlobData.h
|
| +++ b/third_party/WebKit/Source/platform/blob/BlobData.h
|
| @@ -178,7 +178,7 @@ class PLATFORM_EXPORT BlobData {
|
| long long offset,
|
| long long length,
|
| double expectedModificationTime);
|
| - void appendText(const String&, bool normalizeLineEndingsToNative);
|
| + void appendText(const String&);
|
|
|
| // The value of the size property for a Blob who has this data.
|
| // BlobDataItem::toEndOfFile if the Blob has a file whose size was not yet
|
|
|