| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index e2ed5a3cf6a4b716ff6f4722b225c0a43a8b5c61..78284d2c96b08e82197ed86d81ca96b72f1edc2c 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -393,6 +393,8 @@ namespace WebCore {
|
| return result;
|
| }
|
|
|
| + Vector<v8::Handle<v8::Value> > toVectorOfArguments(const v8::Arguments& args);
|
| +
|
| // Validates that the passed object is a sequence type per WebIDL spec
|
| // http://www.w3.org/TR/2012/WD-WebIDL-20120207/#es-sequence
|
| inline v8::Handle<v8::Value> toV8Sequence(v8::Handle<v8::Value> value, uint32_t& length, v8::Isolate* isolate)
|
|
|