Changeset 49607 in webkit for trunk/JavaScriptCore/runtime/JSWrapperObject.h
- Timestamp:
- Oct 14, 2009, 8:24:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSWrapperObject.h
r48836 r49607 39 39 static PassRefPtr<Structure> createStructure(JSValue prototype) 40 40 { 41 return Structure::create(prototype, TypeInfo(ObjectType, Has StandardGetOwnPropertySlot | HasDefaultGetPropertyNames | HasDefaultMark));41 return Structure::create(prototype, TypeInfo(ObjectType, HasDefaultGetPropertyNames | HasDefaultMark)); 42 42 } 43 43
Note:
See TracChangeset
for help on using the changeset viewer.