summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptGlue/JSValueWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptGlue/JSValueWrapper.h')
-rw-r--r--Source/JavaScriptGlue/JSValueWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptGlue/JSValueWrapper.h b/Source/JavaScriptGlue/JSValueWrapper.h
index cd544d0..9d27f89 100644
--- a/Source/JavaScriptGlue/JSValueWrapper.h
+++ b/Source/JavaScriptGlue/JSValueWrapper.h
@@ -43,7 +43,7 @@ public:
JSValue GetValue();
private:
- ProtectedJSValue fValue;
+ Global<Unknown> fValue;
static void JSObjectDispose(void *data);
static CFArrayRef JSObjectCopyPropertyNames(void *data);