Changeset 29817 in webkit for trunk/JavaScriptCore/kjs/bool_object.cpp
- Timestamp:
- Jan 27, 2008, 12:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/bool_object.cpp
r29588 r29817 86 86 87 87 BooleanObjectImp::BooleanObjectImp(ExecState* exec, FunctionPrototype* functionPrototype, BooleanPrototype* booleanPrototype) 88 : InternalFunctionImp(functionPrototype )88 : InternalFunctionImp(functionPrototype, booleanPrototype->classInfo()->className) 89 89 { 90 90 putDirect(exec->propertyNames().prototype, booleanPrototype, DontEnum | DontDelete | ReadOnly);
Note:
See TracChangeset
for help on using the changeset viewer.