diff options
Diffstat (limited to 'WebCore/bridge/objc/objc_utility.h')
-rw-r--r-- | WebCore/bridge/objc/objc_utility.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/bridge/objc/objc_utility.h b/WebCore/bridge/objc/objc_utility.h index 304b0a2..35787ea 100644 --- a/WebCore/bridge/objc/objc_utility.h +++ b/WebCore/bridge/objc/objc_utility.h @@ -73,9 +73,9 @@ typedef enum { class RootObject; -ObjcValue convertValueToObjcValue(ExecState*, JSValue*, ObjcValueType); -JSValue* convertNSStringToString(ExecState* exec, NSString *nsstring); -JSValue* convertObjcValueToValue(ExecState*, void* buffer, ObjcValueType, RootObject*); +ObjcValue convertValueToObjcValue(ExecState*, JSValuePtr, ObjcValueType); +JSValuePtr convertNSStringToString(ExecState* exec, NSString *nsstring); +JSValuePtr convertObjcValueToValue(ExecState*, void* buffer, ObjcValueType, RootObject*); ObjcValueType objcValueTypeForType(const char *type); bool convertJSMethodNameToObjc(const char *JSName, char *buffer, size_t bufferSize); |