Chromium Code Reviews| Index: src/full-codegen.h |
| =================================================================== |
| --- src/full-codegen.h (revision 8115) |
| +++ src/full-codegen.h (working copy) |
| @@ -369,7 +369,7 @@ |
| Label* fall_through); |
| // Bailout support. |
| - void PrepareForBailout(AstNode* node, State state); |
| + void PrepareForBailout(Expression* node, State state); |
| void PrepareForBailoutForId(int id, State state); |
| // Record a call's return site offset, used to rebuild the frame if the |