Changeset 36977 in webkit for trunk/JavaScriptCore/kjs/MathObject.cpp
- Timestamp:
- Sep 26, 2008, 7:36:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/MathObject.cpp
r36726 r36977 106 106 return JSObject::getOwnPropertySlot(exec, propertyName, slot); 107 107 108 ASSERT(entry->attributes & Function);108 ASSERT(entry->attributes() & Function); 109 109 setUpStaticFunctionSlot(exec, entry, this, propertyName, slot); 110 110 return true;
Note:
See TracChangeset
for help on using the changeset viewer.