summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/OwnPtrCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/OwnPtrCommon.h')
-rw-r--r--JavaScriptCore/wtf/OwnPtrCommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/OwnPtrCommon.h b/JavaScriptCore/wtf/OwnPtrCommon.h
index 37c135d..19256ea 100644
--- a/JavaScriptCore/wtf/OwnPtrCommon.h
+++ b/JavaScriptCore/wtf/OwnPtrCommon.h
@@ -46,6 +46,8 @@ typedef struct _IFileMgr IFileMgr;
typedef struct _IFile IFile;
typedef struct IBitmap IBitmap;
typedef struct ISSL ISSL;
+typedef struct IMemGroup IMemGroup;
+typedef struct IMemSpace IMemSpace;
#endif
namespace WTF {
@@ -73,6 +75,8 @@ namespace WTF {
void deleteOwnedPtr(IBitmap*);
void deleteOwnedPtr(ISSL*);
void deleteOwnedPtr(ISocket*);
+ void deleteOwnedPtr(IMemGroup*);
+ void deleteOwnedPtr(IMemSpace*);
#endif
} // namespace WTF