Reviewers: Benedikt Meurer,

Description:
Second compile fix to r24826.

[email protected]

Please review this at https://codereview.chromium.org/645163009/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/serialize.h


Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index de2ef2b47a40183e48fca7bc15853894ff81c974..0a0ccc7e07650aa00d7ff38f4d30ac57a52c62b9 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -667,7 +667,7 @@ class StartupSerializer : public Serializer {
   }

  private:
-  int root_index_wave_front_;
+  intptr_t root_index_wave_front_;
   DISALLOW_COPY_AND_ASSIGN(StartupSerializer);
 };



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to