| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| index 193ad21fd32e83be8582702f0d8bc884b1c367a5..67f35322a77330ac4963877ecc21d64d5a6480c9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| @@ -99,9 +99,10 @@ void V8HTMLAllCollection::itemMethodCustom(
|
|
|
| HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
|
| v8SetReturnValue(
|
| - info, getItem(impl, info[0], info, UseCounter::DocumentAllItemNamed,
|
| - UseCounter::DocumentAllItemIndexed,
|
| - UseCounter::DocumentAllItemIndexedWithNonNumber));
|
| + info,
|
| + getItem(impl, info[0], info, UseCounter::DocumentAllItemNamed,
|
| + UseCounter::DocumentAllItemIndexed,
|
| + UseCounter::DocumentAllItemIndexedWithNonNumber));
|
| }
|
|
|
| void V8HTMLAllCollection::legacyCallCustom(
|
|
|