Fix linker error on some gcc version on osx

* See: http://codereview.chromium.org/9382033/
This commit is contained in:
Fedor Indutny 2012-02-14 02:36:08 +06:00
parent 3a915b02e8
commit e7e4f2f3aa

View File

@ -11278,6 +11278,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);