| Index: Source/bindings/tests/results/V8TestInterfaceNode.cpp | 
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.cpp b/Source/bindings/tests/results/V8TestInterfaceNode.cpp | 
| index aef8da0799258e5ae127ea6153947c8017c93b70..b0e13a6a4b9c09ba3bbb77a2e7af0d8c18ebcc52 100644 | 
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.cpp | 
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.cpp | 
| @@ -252,6 +252,7 @@ static void perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethod(con | 
| bool optionalBooleanArgument; | 
| { | 
| v8::TryCatch block; | 
| +        V8RethrowTryCatchScope rethrow(block); | 
| if (UNLIKELY(info.Length() <= 0)) { | 
| v8SetReturnValueFast(info, WTF::getPtr(impl->perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArg()), impl); | 
| return; | 
| @@ -274,6 +275,7 @@ static void perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethodForM | 
| bool optionalBooleanArgument; | 
| { | 
| v8::TryCatch block; | 
| +        V8RethrowTryCatchScope rethrow(block); | 
| if (UNLIKELY(info.Length() <= 0)) { | 
| v8SetReturnValueForMainWorld(info, WTF::getPtr(impl->perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArg())); | 
| return; | 
|  |