Changeset 207542 in webkit for trunk/Source/JavaScriptCore/API/JSWeakObjectMapRefPrivate.h
- Timestamp:
- Oct 19, 2016, 10:18:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSWeakObjectMapRefPrivate.h
r95901 r207542 65 65 @param object The user defined object to associate with the key. 66 66 */ 67 JS_EXPORT void JSWeakObjectMapSet(JSContextRef ctx, JSWeakObjectMapRef map, void* key, JSObjectRef );67 JS_EXPORT void JSWeakObjectMapSet(JSContextRef ctx, JSWeakObjectMapRef map, void* key, JSObjectRef object); 68 68 69 69 /*!
Note:
See TracChangeset
for help on using the changeset viewer.