Drop unused field from PrototypeInfo

Review URL: https://codereview.chromium.org/1097313002

Cr-Commit-Position: refs/heads/master@{#27965}
This commit is contained in:
jkummerow 2015-04-21 06:22:09 -07:00 committed by Commit bot
parent 6d79ceb294
commit 6b5dd313e1

View File

@ -6633,9 +6633,7 @@ class PrototypeInfo : public Struct {
DECLARE_PRINTER(PrototypeInfo)
DECLARE_VERIFIER(PrototypeInfo)
static const int kPrototypeObjectOffset = HeapObject::kHeaderSize;
static const int kPrototypeUsersOffset =
kPrototypeObjectOffset + kPointerSize;
static const int kPrototypeUsersOffset = HeapObject::kHeaderSize;
static const int kValidityCellOffset = kPrototypeUsersOffset + kPointerSize;
static const int kSize = kValidityCellOffset + kPointerSize;