| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 88ebbf4e9dc1e17c8197b4e0f5315d813a583670..ecd4d0e08be268d418531dafb73bd312dd8ee650 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -10006,6 +10006,9 @@ template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::AtPut(
|
| template MaybeObject* Dictionary<UnseededNumberDictionaryShape, uint32_t>::
|
| AtPut(uint32_t, Object*);
|
|
|
| +template Object* Dictionary<SeededNumberDictionaryShape, uint32_t>::
|
| + SlowReverseLookup(Object* value);
|
| +
|
| template Object* Dictionary<UnseededNumberDictionaryShape, uint32_t>::
|
| SlowReverseLookup(Object* value);
|
|
|
|
|