Changeset 174815 in webkit for trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
- Timestamp:
- Oct 17, 2014, 2:54:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
r173797 r174815 250 250 variant = PutByIdVariant::setter( 251 251 structure, complexGetStatus.offset(), complexGetStatus.chain(), 252 std::move(callLinkStatus));252 WTF::move(callLinkStatus)); 253 253 } } 254 254 break;
Note:
See TracChangeset
for help on using the changeset viewer.