diff options
Diffstat (limited to 'WebCore/html/Blob.h')
-rw-r--r-- | WebCore/html/Blob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/Blob.h b/WebCore/html/Blob.h index ad6c7a6..f5526c7 100644 --- a/WebCore/html/Blob.h +++ b/WebCore/html/Blob.h @@ -71,6 +71,7 @@ public: protected: Blob(const String& type, const BlobItemList&); + Blob(const PassRefPtr<BlobItem>&); // FIXME: Deprecated constructor. See also the comment for Blob::create(path). Blob(const String& path); |