Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index acb00da40ed55d5d550758037dba05f1346b6863..ad13d7f5a56a54c9a315a23ee52310835caa7e9d 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -692,11 +692,6 @@ void JSArray::JSArrayVerify() { |
CHECK(elements()->IsUndefined() || |
elements()->IsFixedArray() || |
elements()->IsFixedDoubleArray()); |
- // TODO(mvstanton): to diagnose chromium bug 284577, remove after. |
- AllocationMemento* memento = AllocationMemento::FindForJSObject(this); |
- if (memento != NULL && memento->IsValid()) { |
- memento->AllocationMementoVerify(); |
- } |
} |
} |