Chromium Code Reviews| Index: runtime/vm/assembler_ia32.h |
| =================================================================== |
| --- runtime/vm/assembler_ia32.h (revision 8082) |
| +++ runtime/vm/assembler_ia32.h (working copy) |
| @@ -561,7 +561,7 @@ |
| static void InitializeMemoryWithBreakpoints(uword data, int length); |
| - void Comment(const char* comment); |
| + void Comment(const char* format, ...); |
| const Code::Comments& GetCodeComments() const; |
| private: |