Use issue number instead of username for TODO comment

Review URL: http://codereview.chromium.org/7216007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8341 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 99503281
...@@ -2060,7 +2060,7 @@ HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { ...@@ -2060,7 +2060,7 @@ HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) {
SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset) SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset)
SMI_ACCESSORS(ByteArray, 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). // subsequently unify H{Fixed,External}ArrayLength).
INT_ACCESSORS(ExternalArray, length, kLengthOffset) INT_ACCESSORS(ExternalArray, length, kLengthOffset)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment