Changeset 77391 in webkit for trunk/Source/JavaScriptCore/runtime/SmallStrings.cpp
- Timestamp:
- Feb 2, 2011, 11:21:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/SmallStrings.cpp
r77151 r77391 38 38 static inline bool isMarked(JSCell* string) 39 39 { 40 return string && Heap::is CellMarked(string);40 return string && Heap::isMarked(string); 41 41 } 42 42
Note:
See TracChangeset
for help on using the changeset viewer.