Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index b30e9626c5e79a52e59c0a2484071b805284de2c..fa85c7c38d8817818c056d16905030f47b7c7db8 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -1275,7 +1275,8 @@ Map* MapWord::ToMap() { |
| return reinterpret_cast<Map*>(value_); |
| } |
| -bool MapWord::IsForwardingAddress() const { |
| + |
| +bool MapWord::IsForwardingAddress() { |
| return HAS_SMI_TAG(reinterpret_cast<Object*>(value_)); |
| } |