Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 97c56df0c015a1078d1ac4ed9bd71daca11cdb51..3c1d4d274ba883a854d794f9eeef7763a4bb1dd9 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -712,19 +712,6 @@ void ExternalStringTable::ShrinkNewStrings(int position) { |
} |
-void ErrorObjectList::Add(JSObject* object) { |
- list_.Add(object); |
-} |
- |
- |
-void ErrorObjectList::Iterate(ObjectVisitor* v) { |
- if (!list_.is_empty()) { |
- Object** start = &list_[0]; |
- v->VisitPointers(start, start + list_.length()); |
- } |
-} |
- |
- |
void Heap::ClearInstanceofCache() { |
set_instanceof_cache_function(the_hole_value()); |
} |