summaryrefslogtreecommitdiffstats
path: root/JavaScriptGlue/JSUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptGlue/JSUtils.h')
-rw-r--r--JavaScriptGlue/JSUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptGlue/JSUtils.h b/JavaScriptGlue/JSUtils.h
index 05bce62..cbd9912 100644
--- a/JavaScriptGlue/JSUtils.h
+++ b/JavaScriptGlue/JSUtils.h
@@ -80,6 +80,7 @@ enum {
class JSGlueAPIEntry {
public:
JSGlueAPIEntry();
+ JSGlueAPIEntry(JSGlobalObject*); // For use when it's not safe for JSGlueAPIEntry() to call getThreadGlobalObject() -- for example, from a thread-specific data destructor.
~JSGlueAPIEntry();
private: