Chromium Code Reviews| Index: runtime/vm/code_generator_ia32.h |
| =================================================================== |
| --- runtime/vm/code_generator_ia32.h (revision 4139) |
| +++ runtime/vm/code_generator_ia32.h (working copy) |
| @@ -125,7 +125,7 @@ |
| virtual void CountBackwardLoop(); |
| - void GenerateReturnEpilog(); |
| + void GenerateReturnEpilog(ReturnNode* node); |
| private: |
| // TODO(srdjan): Remove the friendship once the two compilers are properly |