summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/bootstrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/bootstrapper.h')
-rw-r--r--V8Binding/v8/src/bootstrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/V8Binding/v8/src/bootstrapper.h b/V8Binding/v8/src/bootstrapper.h
index 0d743e3..809cd41 100644
--- a/V8Binding/v8/src/bootstrapper.h
+++ b/V8Binding/v8/src/bootstrapper.h
@@ -74,6 +74,7 @@ class Bootstrapper : public AllStatic {
static int ArchiveSpacePerThread();
static char* ArchiveState(char* to);
static char* RestoreState(char* from);
+ static void FreeThreadResources();
};
}} // namespace v8::internal