| Index: Source/bindings/v8/custom/V8BlobCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8BlobCustom.cpp b/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| index d514a4eff6a71eb5d36f0cdd090baecd2215bb7e..a61dd7dd21f8c5b802b3d0ce2d728876d53f3886 100644
|
| --- a/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8BlobCustom.cpp
|
| @@ -50,6 +50,7 @@ void V8Blob::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| }
|
|
|
| v8::Local<v8::Value> firstArg = info[0];
|
| + // FIXME: handle WebIDL sequences, possibly by using toV8Sequence
|
| if (!firstArg->IsArray()) {
|
| throwTypeError("First argument of the constructor is not of type Array", info.GetIsolate());
|
| return;
|
|
|