| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| index 6764c3c0761876d7d4703dfcd4fb34cfc1781c6c..ecb70374a8b5dcec235b814db73ca9743706e17e 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -73,7 +73,7 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi
|
| }
|
| V8StringResource<> stringArg;
|
| {
|
| - TOSTRING_VOID_INTERNAL_NOTRYCATCH(stringArg, info[0]);
|
| + TOSTRING_VOID_INTERNAL(stringArg, info[0]);
|
| }
|
| RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(*document, stringArg);
|
|
|
|
|