| Index: Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp b/Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| index b9a4a962a6113a107ab72e75edc5d55ef6319750..2aba517b372df028f7447d8a4d0059e54ec3d680 100644
|
| --- a/Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| @@ -62,7 +62,7 @@ static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v
|
| {
|
| v8::Local<v8::Uint32> index = argument->ToArrayIndex();
|
| if (index.IsEmpty()) {
|
| - TOSTRING_BOOL(V8StringResource<>, name, argument, v8::Undefined(info.GetIsolate()));
|
| + TOSTRING_DEFAULT(V8StringResource<>, name, argument, v8::Undefined(info.GetIsolate()));
|
| v8::Handle<v8::Value> result = getNamedItems(collection, name, info);
|
|
|
| if (result.IsEmpty())
|
|
|