Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 503e8442af605804d3924253af33fc1a8df5b754..8d708fd8ae04093f99020c3d74706d308048bd1b 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -2060,6 +2060,8 @@ HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { |
SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset) |
SMI_ACCESSORS(ByteArray, length, kLengthOffset) |
+// TODO(jkummerow): Investigate if it's possible to s/INT/SMI/ here (and |
+// subsequently unify H{Fixed,External}ArrayLength). |
INT_ACCESSORS(ExternalArray, length, kLengthOffset) |