summaryrefslogtreecommitdiffstats
path: root/JavaScriptGlue/JSValueWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptGlue/JSValueWrapper.h')
-rw-r--r--JavaScriptGlue/JSValueWrapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/JavaScriptGlue/JSValueWrapper.h b/JavaScriptGlue/JSValueWrapper.h
index 0140138..cd544d0 100644
--- a/JavaScriptGlue/JSValueWrapper.h
+++ b/JavaScriptGlue/JSValueWrapper.h
@@ -35,15 +35,15 @@
class JSValueWrapper {
public:
- JSValueWrapper(JSValuePtr);
+ JSValueWrapper(JSValue);
virtual ~JSValueWrapper();
static void GetJSObectCallBacks(JSObjectCallBacks& callBacks);
- JSValuePtr GetValue();
+ JSValue GetValue();
private:
- ProtectedJSValuePtr fValue;
+ ProtectedJSValue fValue;
static void JSObjectDispose(void *data);
static CFArrayRef JSObjectCopyPropertyNames(void *data);