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 |
Søren Thygesen Gjesse
2011/06/21 07:09:04
Please avoid TODO comments with username. Create a
Jakob Kummerow
2011/06/21 07:49:23
http://codereview.chromium.org/7216007
|
+// subsequently unify H{Fixed,External}ArrayLength). |
INT_ACCESSORS(ExternalArray, length, kLengthOffset) |