summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8NPObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8NPObject.cpp')
-rw-r--r--WebCore/bindings/v8/V8NPObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/V8NPObject.cpp b/WebCore/bindings/v8/V8NPObject.cpp
index 7f2051e..0b1d25e 100644
--- a/WebCore/bindings/v8/V8NPObject.cpp
+++ b/WebCore/bindings/v8/V8NPObject.cpp
@@ -131,7 +131,7 @@ static v8::Handle<v8::Value> npObjectInvokeImpl(const v8::Arguments& args, Invok
}
if (!retval)
- throwError("Error calling method on NPObject!", V8Proxy::GeneralError);
+ throwError("Error calling method on NPObject.", V8Proxy::GeneralError);
for (int i = 0; i < numArgs; i++)
_NPN_ReleaseVariantValue(&npArgs[i]);