| Index: Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| diff --git a/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| index e3deff69bc6056fb15dd59133bc9247c7f00a23c..11c19166acae57932d24b6b1dc6c757bafcc306c 100644
|
| --- a/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -177,7 +177,7 @@ static void partial2VoidMethod3Method(const v8::FunctionCallbackInfo<v8::Value>&
|
| Node* node;
|
| {
|
| if (info.Length() > 0 && !V8Node::hasInstance(info[0], info.GetIsolate())) {
|
| - V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("partial2VoidMethod", "TestInterface", "parameter 1 is not of type 'Node'."), info.GetIsolate());
|
| + V8ThrowException::throwTypeError(info.GetIsolate(), ExceptionMessages::failedToExecute("partial2VoidMethod", "TestInterface", "parameter 1 is not of type 'Node'."));
|
| return;
|
| }
|
| node = V8Node::toImpl(v8::Handle<v8::Object>::Cast(info[0]));
|
|
|