| 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 c132b9561f96a68042a4b1359f8def820e44a332..4dba47913ee4c0a698dd64fdb34532b8dc1304c9 100644
|
| --- a/third_party/WebKit/Source/platform/blob/BlobData.h
|
| +++ b/third_party/WebKit/Source/platform/blob/BlobData.h
|
| @@ -181,7 +181,7 @@ public:
|
| void appendFile(const String& path, long long offset, long long length, double expectedModificationTime);
|
| void appendBlob(PassRefPtr<BlobDataHandle>, long long offset, long long length);
|
| void appendFileSystemURL(const KURL&, 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 determined.
|
|
|