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

Unified Diff: third_party/WebKit/Source/core/fileapi/Blob.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/core/fileapi/Blob.h
diff --git a/third_party/WebKit/Source/core/fileapi/Blob.h b/third_party/WebKit/Source/core/fileapi/Blob.h
index ba04c3c64e99995ec729d2894a537c4ddfed32f7..b452e77feca25b477dc49f89b49238cd3fb1dafd 100644
--- a/third_party/WebKit/Source/core/fileapi/Blob.h
+++ b/third_party/WebKit/Source/core/fileapi/Blob.h
@@ -125,8 +125,7 @@ class CORE_EXPORT Blob : public GarbageCollectedFinalized<Blob>,
static void populateBlobData(
BlobData*,
- const HeapVector<ArrayBufferOrArrayBufferViewOrBlobOrUSVString>& parts,
- bool normalizeLineEndingsToNative);
+ const HeapVector<ArrayBufferOrArrayBufferViewOrBlobOrUSVString>& parts);
static void clampSliceOffsets(long long size,
long long& start,
long long& end);

Powered by Google App Engine
This is Rietveld 408576698