summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/API/JSValueRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/API/JSValueRef.h')
-rw-r--r--Source/JavaScriptCore/API/JSValueRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/API/JSValueRef.h b/Source/JavaScriptCore/API/JSValueRef.h
index 4186db822..125e4028a 100644
--- a/Source/JavaScriptCore/API/JSValueRef.h
+++ b/Source/JavaScriptCore/API/JSValueRef.h
@@ -63,7 +63,7 @@ extern "C" {
@param value The JSValue whose type you want to obtain.
@result A value of type JSType that identifies value's type.
*/
-JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
+JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef);
/*!
@function