Chromium Code Reviews| Index: src/codegen-ia32.h |
| =================================================================== |
| --- src/codegen-ia32.h (revision 1472) |
| +++ src/codegen-ia32.h (working copy) |
| @@ -622,7 +622,7 @@ |
| // Jump targets. |
| // The target of the return from the function. |
| - JumpTarget function_return_; |
| + BreakTarget function_return_; |
| // True if the function return is shadowed (ie, jumping to the target |
| // function_return_ does not jump to the true function return, but rather |