| Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| index d02ee4b2edd38ea3b278280d7e65dc3264fa7dde..202fa217a63d9c1df735dee8241ba9822a813931 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| @@ -50,7 +50,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| throwArityTypeErrorForConstructor("TestInterfaceConstructor3", 1, info.Length(), info.GetIsolate());
|
| return;
|
| }
|
| - V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, stringArg, info[0]);
|
| + TOSTRING_VOID(V8StringResource<>, stringArg, info[0]);
|
| RefPtr<TestInterfaceConstructor3> impl = TestInterfaceConstructor3::create(stringArg);
|
|
|
| v8::Handle<v8::Object> wrapper = info.Holder();
|
|
|