Bug 1529298 - Remove ArrayBufferOffset::offsetOfFlags as unused. r=sfink

This commit is contained in:
Jeff Walden 2019-02-18 22:52:42 -08:00
parent ba59f4ed50
commit 6308d87577

View File

@ -435,7 +435,6 @@ class ArrayBufferObject : public ArrayBufferObjectMaybeShared {
static BufferContents createMappedContents(int fd, size_t offset,
size_t length);
static size_t offsetOfFlagsSlot() { return getFixedSlotOffset(FLAGS_SLOT); }
static size_t offsetOfDataSlot() { return getFixedSlotOffset(DATA_SLOT); }
void setHasTypedObjectViews() { setFlags(flags() | TYPED_OBJECT_VIEWS); }