| Index: src/runtime.cc
|
| ===================================================================
|
| --- src/runtime.cc (revision 1484)
|
| +++ src/runtime.cc (working copy)
|
| @@ -1879,7 +1879,7 @@
|
| // Attempt dictionary lookup.
|
| Dictionary* dictionary = receiver->property_dictionary();
|
| int entry = dictionary->FindStringEntry(key);
|
| - if ((entry != DescriptorArray::kNotFound) &&
|
| + if ((entry != Dictionary::kNotFound) &&
|
| (dictionary->DetailsAt(entry).type() == NORMAL)) {
|
| Object* value = dictionary->ValueAt(entry);
|
| if (receiver->IsJSGlobalObject()) {
|
|
|