Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index b61175c98fdad763ac4f2ecf2bc44357c89e7ce0..a527d282a3eeeb756e527cb5470ce0d3284e59af 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -14598,10 +14598,6 @@ Dictionary<SeededNumberDictionary, SeededNumberDictionaryShape, uint32_t>:: |
SlowReverseLookup(Object* value); |
template Object* |
-Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: |
- SlowReverseLookup(Object* value); |
- |
-template Object* |
Dictionary<NameDictionary, NameDictionaryShape, Handle<Name> >:: |
SlowReverseLookup(Object* value); |