Changeset 49649 in webkit for trunk/JavaScriptCore/runtime/InternalFunction.h
- Timestamp:
- Oct 15, 2009, 12:55:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/InternalFunction.h
r49607 r49649 43 43 static PassRefPtr<Structure> createStructure(JSValue proto) 44 44 { 45 return Structure::create(proto, TypeInfo(ObjectType, ImplementsHasInstance | HasDefaultMark));45 return Structure::create(proto, TypeInfo(ObjectType, ImplementsHasInstance)); 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.