Commit 6b5dd313 authored by jkummerow's avatar jkummerow Committed by Commit bot

Drop unused field from PrototypeInfo

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

Cr-Commit-Position: refs/heads/master@{#27965}
parent 6d79ceb2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment