Chromium Code Reviews| Index: src/debug.h |
| =================================================================== |
| --- src/debug.h (revision 2968) |
| +++ src/debug.h (working copy) |
| @@ -354,6 +354,7 @@ |
| static char* ArchiveDebug(char* to); |
| static char* RestoreDebug(char* from); |
| static int ArchiveSpacePerThread(); |
| + static void FreeThreadResources() { } |
| // Mirror cache handling. |
| static void ClearMirrorCache(); |