Index: Source/core/fileapi/Blob.cpp |
diff --git a/Source/core/fileapi/Blob.cpp b/Source/core/fileapi/Blob.cpp |
index 6c5aa873855d91e25e0e8a607ed388b3a42bc6e2..f93d39a530ac66321b946d81ba535969192c6870 100644 |
--- a/Source/core/fileapi/Blob.cpp |
+++ b/Source/core/fileapi/Blob.cpp |
@@ -86,7 +86,7 @@ Blob::~Blob() |
} |
// static |
-Blob* Blob::create(const Vector<ArrayBufferOrArrayBufferViewOrBlobOrString>& blobParts, const BlobPropertyBag& options, ExceptionState& exceptionState) |
+Blob* Blob::create(const HeapVector<ArrayBufferOrArrayBufferViewOrBlobOrString>& blobParts, const BlobPropertyBag& options, ExceptionState& exceptionState) |
{ |
ASSERT(options.hasType()); |
if (!options.type().containsOnlyASCII()) { |