Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 69d66cd1fa4c840bd99aad65eaf7b08bc7cedd93..5ebf8f83702777e3ff10357644aa4787c5084d2b 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -2060,7 +2060,7 @@ 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 |
+// TODO(1493): Investigate if it's possible to s/INT/SMI/ here (and |
// subsequently unify H{Fixed,External}ArrayLength). |
INT_ACCESSORS(ExternalArray, length, kLengthOffset) |