| 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 285304a16aab8df1e8c38b16de5d9a2d50bbc992..4c411c4f695a355bab2f5f031d3d248ce9af3207 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.h
|
| @@ -65,6 +65,8 @@ public:
|
| return new Blob(blobDataHandle);
|
| }
|
|
|
| + static Blob* create(const unsigned char* data, size_t bytes, const String& contentType);
|
| +
|
| ~Blob() override;
|
|
|
| virtual unsigned long long size() const { return m_blobDataHandle->size(); }
|
|
|