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..733bd2af8e4907bbd88a957e9b9c5c1626baca13 100644 |
--- a/third_party/WebKit/Source/core/fileapi/Blob.h |
+++ b/third_party/WebKit/Source/core/fileapi/Blob.h |
@@ -131,6 +131,10 @@ class CORE_EXPORT Blob : public GarbageCollectedFinalized<Blob>, |
long long& start, |
long long& end); |
+ // Returns "" if |type| contains any character outside U+0020...U+007E, or |
+ // |type| ASCII-lowercased otherwise. |
kinuko
2017/03/08 06:13:39
Could we make this comment a little clearer why we
jsbell
2017/03/10 01:04:35
Done. Well, I referenced the spec, since this is u
|
+ static String normalizeType(const String& type); |
+ |
private: |
Blob(); |