Changeset 10028 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 3, 2005, 5:40:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/objc/objc_class.mm
r7742 r10028 49 49 { 50 50 _isa = aClass; 51 _methods = CFDictionaryCreateMutable(NULL, 16, &kCFTypeDictionaryKeyCallBacks, NULL);52 _fields = CFDictionaryCreateMutable(NULL, 16, &kCFTypeDictionaryKeyCallBacks, NULL);51 _methods = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, NULL); 52 _fields = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, NULL); 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.