Chromium Code Reviews| Index: src/debug.h |
| =================================================================== |
| --- src/debug.h (revision 1079) |
| +++ src/debug.h (working copy) |
| @@ -260,6 +260,9 @@ |
| static char* RestoreDebug(char* from); |
| static int ArchiveSpacePerThread(); |
| + // Mirror cache handling. |
| + static void ClearMirrorCache(); |
| + |
| // Code generation assumptions. |
| static const int kIa32CallInstructionLength = 5; |
| static const int kIa32JSReturnSequenceLength = 6; |