Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Unified Diff: third_party/WebKit/Source/platform/blob/BlobData.h

Issue 2147633002: Remove nonstandard 'endings' option for Blob/File constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698