| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| index 68ba43185963d6b8ec6e44b13afd3c2e3f7192df..11a6d8e934595c6be6be6a0f0f926387a5087fd2 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| @@ -105,6 +105,7 @@ static void V8TestInterfaceNamedConstructorConstructorCallback(const v8::Functio
|
| V8StringResource<> optionalStringArg;
|
| {
|
| v8::TryCatch block;
|
| + V8RethrowTryCatchScope rethrow(block);
|
| TOSTRING_VOID_INTERNAL(stringArg, info[0]);
|
| TONATIVE_VOID_INTERNAL(defaultUndefinedOptionalBooleanArg, info[1]->BooleanValue());
|
| TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultUndefinedOptionalLongArg, toInt32(info[2], exceptionState), exceptionState);
|
|
|