| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| index 0e4c1a7335934ef64616f36ac7834e2dbd9df13e..0000d53c9049c2121271cb3bc622dc88b64945c4 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -51,7 +51,7 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi
|
| }
|
| V8StringResource<> stringArg;
|
| {
|
| - TOSTRING_VOID_INTERNAL(stringArg, info[0]);
|
| + TONATIVE_CONVERT((stringArg = info[0]).prepare(), return);
|
| }
|
| RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(stringArg);
|
| v8::Local<v8::Object> wrapper = info.Holder();
|
|
|