| Index: Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestDictionary.cpp b/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| index 5c38904556aa0713433673ab3f5bace5a2f085c4..7e01688897fce11f699fc4cb08719c6c8a17f4c4 100644
|
| --- a/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| @@ -176,7 +176,7 @@ void V8TestDictionary::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value
|
| if (longMemberValue.IsEmpty() || longMemberValue->IsUndefined()) {
|
| // Do nothing.
|
| } else {
|
| - int longMember = toInt32(isolate, longMemberValue, exceptionState);
|
| + int longMember = toInt32(isolate, longMemberValue, NormalConversion, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
| impl.setLongMember(longMember);
|
|
|