Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index ea3b008a98b882634a65412c28ec92bafa1557bb..d4bcc360fc0c151d1176a39b03c9a33b6703b6aa 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -1473,7 +1473,7 @@ int HeapObject::Size() { |
| } |
| -bool HeapObject::MayContainNewSpacePointers() { |
| +bool HeapObject::MayContainRawValues() { |
| InstanceType type = map()->instance_type(); |
| if (type <= LAST_NAME_TYPE) { |
| if (type == SYMBOL_TYPE) { |