Chromium Code Reviews| Index: src/execution.h |
| =================================================================== |
| --- src/execution.h (revision 2968) |
| +++ src/execution.h (working copy) |
| @@ -159,6 +159,7 @@ |
| static char* ArchiveStackGuard(char* to); |
| static char* RestoreStackGuard(char* from); |
| static int ArchiveSpacePerThread(); |
| + static void FreeThreadResources(); |
| static bool IsStackOverflow(); |
| static bool IsPreempted(); |