Changeset 27022 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Oct 24, 2007, 11:38:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r26688 r27022 458 458 459 459 virtual bool isActivation() { return false; } 460 virtual bool isGlobalObject() const { return false; } 460 461 protected: 461 462 PropertyMap _prop;
Note:
See TracChangeset
for help on using the changeset viewer.