| 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..8192f689b2d7509bd84869fdf6d18a59a45d8105 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| @@ -251,7 +251,7 @@ static void perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethod(con
|
| TestInterfaceNode* impl = V8TestInterfaceNode::toNative(info.Holder());
|
| bool optionalBooleanArgument;
|
| {
|
| - v8::TryCatch block;
|
| + V8TryPropagate block;
|
| if (UNLIKELY(info.Length() <= 0)) {
|
| v8SetReturnValueFast(info, WTF::getPtr(impl->perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArg()), impl);
|
| return;
|
| @@ -273,7 +273,7 @@ static void perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethodForM
|
| TestInterfaceNode* impl = V8TestInterfaceNode::toNative(info.Holder());
|
| bool optionalBooleanArgument;
|
| {
|
| - v8::TryCatch block;
|
| + V8TryPropagate block;
|
| if (UNLIKELY(info.Length() <= 0)) {
|
| v8SetReturnValueForMainWorld(info, WTF::getPtr(impl->perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArg()));
|
| return;
|
|
|