| Index: Source/bindings/core/v8/V8NPObject.cpp | 
| diff --git a/Source/bindings/core/v8/V8NPObject.cpp b/Source/bindings/core/v8/V8NPObject.cpp | 
| index 25173cd8a33c66c26e04d5e025fcca7f08cdf7ca..76c39986bd4aa172d1edae5a7244aab7e91bafbf 100644 | 
| --- a/Source/bindings/core/v8/V8NPObject.cpp | 
| +++ b/Source/bindings/core/v8/V8NPObject.cpp | 
| @@ -136,7 +136,7 @@ static void npObjectInvokeImpl(const v8::FunctionCallbackInfo<v8::Value>& info, | 
| } | 
|  | 
| if (!retval) | 
| -        V8ThrowException::throwGeneralError("Error calling method on NPObject.", isolate); | 
| +        V8ThrowException::throwGeneralError(isolate, "Error calling method on NPObject."); | 
|  | 
| for (int i = 0; i < numArgs; i++) | 
| _NPN_ReleaseVariantValue(&npArgs[i]); | 
|  |