Chromium Code Reviews| Index: src/runtime.cc |
| =================================================================== |
| --- src/runtime.cc (revision 8288) |
| +++ src/runtime.cc (working copy) |
| @@ -3896,7 +3896,7 @@ |
| } |
| LookupResult result; |
| - js_object->LookupRealNamedProperty(*name, &result); |
| + js_object->LocalLookupRealNamedProperty(*name, &result); |
| // To be compatible with safari we do not change the value on API objects |
| // in defineProperty. Firefox disagrees here, and actually changes the value. |