aboutsummaryrefslogtreecommitdiff
path: root/src/v8threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v8threads.h')
-rw-r--r--src/v8threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v8threads.h b/src/v8threads.h
index 3ba823a7..4002bb36 100644
--- a/src/v8threads.h
+++ b/src/v8threads.h
@@ -54,6 +54,7 @@ class ThreadState {
// Get data area for archiving a thread.
char* data() { return data_; }
+
private:
explicit ThreadState(ThreadManager* thread_manager);