Chromium Code Reviews| Index: src/bootstrapper.h |
| =================================================================== |
| --- src/bootstrapper.h (revision 2968) |
| +++ src/bootstrapper.h (working copy) |
| @@ -74,6 +74,7 @@ |
| static int ArchiveSpacePerThread(); |
| static char* ArchiveState(char* to); |
| static char* RestoreState(char* from); |
| + static void FreeThreadResources(); |
| }; |
| }} // namespace v8::internal |