Chromium Code Reviews| Index: src/ic.cc |
| =================================================================== |
| --- src/ic.cc (revision 6967) |
| +++ src/ic.cc (working copy) |
| @@ -804,6 +804,7 @@ |
| HandleScope scope; |
| Handle<Object> result = GetProperty(object, key); |
| + RETURN_IF_EMPTY_HANDLE(result); |
| // Make receiver an object if the callee requires it. Strict mode or builtin |
| // functions do not wrap the receiver, non-strict functions and objects |