Revision: 24828
Author: [email protected]
Date: Thu Oct 23 08:56:54 2014 UTC
Log: Fix compile errors in r24826.
[email protected]
Review URL: https://codereview.chromium.org/656793005
https://code.google.com/p/v8/source/detail?r=24828
Modified:
/branches/bleeding_edge/src/serialize.h
=======================================
--- /branches/bleeding_edge/src/serialize.h Thu Oct 23 08:43:17 2014 UTC
+++ /branches/bleeding_edge/src/serialize.h Thu Oct 23 08:56:54 2014 UTC
@@ -146,7 +146,7 @@
}
static uint32_t GetValue(HashMap::Entry* entry) {
- return reinterpret_cast<uint32_t>(entry->value);
+ return static_cast<uint32_t>(reinterpret_cast<intptr_t>(entry->value));
}
static HashMap::Entry* LookupEntry(HashMap* map, HeapObject* obj,
--
--
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.