summaryrefslogtreecommitdiff
path: root/deps/v8/src/v8.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/v8.h')
-rw-r--r--deps/v8/src/v8.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/src/v8.h b/deps/v8/src/v8.h
index 6c5546c631..b3624c5d54 100644
--- a/deps/v8/src/v8.h
+++ b/deps/v8/src/v8.h
@@ -72,6 +72,8 @@
namespace v8 {
namespace internal {
+class Deserializer;
+
class V8 : public AllStatic {
public:
// Global actions.
@@ -80,7 +82,7 @@ class V8 : public AllStatic {
// created from scratch. If a non-null Deserializer is given, the
// initial state is created by reading the deserialized data into an
// empty heap.
- static bool Initialize(GenericDeserializer* des);
+ static bool Initialize(Deserializer* des);
static void TearDown();
static bool IsRunning() { return is_running_; }
// To be dead you have to have lived