Changeset 48331 in webkit for trunk/JavaScriptCore/debugger/DebuggerActivation.h
- Timestamp:
- Sep 11, 2009, 9:52:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerActivation.h
r47022 r48331 52 52 static PassRefPtr<Structure> createStructure(JSValue prototype) 53 53 { 54 return Structure::create(prototype, TypeInfo(ObjectType ));54 return Structure::create(prototype, TypeInfo(ObjectType, HasDefaultGetPropertyNames)); 55 55 } 56 56
Note:
See TracChangeset
for help on using the changeset viewer.