Changeset 52464 in webkit for trunk/JavaScriptCore/runtime/UStringImpl.h
- Timestamp:
- Dec 21, 2009, 4:53:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UStringImpl.h
r52463 r52464 71 71 72 72 private: 73 static const uintptr_t s_alignmentMask = ~0x7 ;73 static const uintptr_t s_alignmentMask = ~0x7u; 74 74 uintptr_t m_value; 75 75 };
Note:
See TracChangeset
for help on using the changeset viewer.