| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 85410c3cc8c11c3fb8e63e9e60fa6e24d62a01f8..c0334f6e5c230d29d74ebf991e62059e065307ec 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -132,9 +132,9 @@ Handle<Code> CodeStub::GetCode() {
|
| AddToSpecialCache(new_object);
|
| } else {
|
| // Update the dictionary and the root in Heap.
|
| - Handle<NumberDictionary> dict =
|
| - factory->DictionaryAtNumberPut(
|
| - Handle<NumberDictionary>(heap->code_stubs()),
|
| + Handle<NotSeededNumberDictionary> dict =
|
| + factory->NotSeededDictionaryAtNumberPut(
|
| + Handle<NotSeededNumberDictionary>(heap->code_stubs()),
|
| GetKey(),
|
| new_object);
|
| heap->public_set_code_stubs(*dict);
|
|
|