Drop unused field from PrototypeInfo
authorjkummerow <jkummerow@chromium.org>
Tue, 21 Apr 2015 13:22:09 +0000 (06:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 13:21:56 +0000 (13:21 +0000)
Review URL: https://codereview.chromium.org/1097313002

Cr-Commit-Position: refs/heads/master@{#27965}

src/objects.h

index 0b85008..fd9e8f4 100644 (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;