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