summaryrefslogtreecommitdiffstats
path: root/webkit/glue/glue_accessibility.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/glue_accessibility.h')
-rw-r--r--webkit/glue/glue_accessibility.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/glue/glue_accessibility.h b/webkit/glue/glue_accessibility.h
index 918e71e..e7343b6 100644
--- a/webkit/glue/glue_accessibility.h
+++ b/webkit/glue/glue_accessibility.h
@@ -12,7 +12,9 @@
class WebView;
-typedef stdext::hash_map<int, IAccessible*> IntToIAccessibleMap;
+template <typename T> class COMPtr;
+
+typedef stdext::hash_map<int, COMPtr<IAccessible> > IntToIAccessibleMap;
typedef stdext::hash_map<IAccessible*, int> IAccessibleToIntMap;
////////////////////////////////////////////////////////////////////////////////