Changeset 77098 in webkit for trunk/Source/JavaScriptCore/API/JSWeakObjectMapRefInternal.h
- Timestamp:
- Jan 30, 2011, 5:13:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSWeakObjectMapRefInternal.h
r77044 r77098 38 38 typedef void (*JSWeakMapDestroyedCallback)(struct OpaqueJSWeakObjectMap*, void*); 39 39 40 typedef JSC::WeakGCMap<void*, JSC::JSObject *> WeakMapType;40 typedef JSC::WeakGCMap<void*, JSC::JSObject> WeakMapType; 41 41 42 42 struct OpaqueJSWeakObjectMap : public RefCounted<OpaqueJSWeakObjectMap> {
Note:
See TracChangeset
for help on using the changeset viewer.