| Index: Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp
|
| index 360f4e227955260b3a451a315386bafcd5e7c1b6..4e11ce93581e911add1fbb6eb3bc36ed93bb5de1 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp
|
| @@ -43,7 +43,7 @@
|
|
|
| namespace blink {
|
|
|
| -void V8HTMLOptionsCollection::lengthAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
|
| +void V8HTMLOptionsCollection::lengthAttributeSetterCustom(v8::Local<v8::Value> value, const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder());
|
| unsigned newLength = 0;
|
|
|