Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 5698) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -846,7 +846,7 @@ |
| name, |
| scratch, |
| miss); |
| - if (result->IsFailure()) return t; |
| + if (result->IsFailure()) return result; |
| } |
| ASSERT(current->IsJSObject()); |
| current = JSObject::cast(current->GetPrototype()); |