Fix linker error on some gcc version on osx
* See: http://codereview.chromium.org/9382033/
This commit is contained in:
parent
3a915b02e8
commit
e7e4f2f3aa
3
deps/v8/src/objects.cc
vendored
3
deps/v8/src/objects.cc
vendored
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user