Revision: 19449
Author: [email protected]
Date: Tue Feb 18 13:56:07 2014 UTC
Log: Fix compile error.
LOG=N
[email protected],[email protected]
Review URL: https://codereview.chromium.org/166193005
http://code.google.com/p/v8/source/detail?r=19449
Modified:
/branches/bleeding_edge/src/heap-snapshot-generator.cc
=======================================
--- /branches/bleeding_edge/src/heap-snapshot-generator.cc Tue Feb 18
13:22:07 2014 UTC
+++ /branches/bleeding_edge/src/heap-snapshot-generator.cc Tue Feb 18
13:56:07 2014 UTC
@@ -104,7 +104,7 @@
void HeapEntry::Print(
const char* prefix, const char* edge_name, int max_depth, int indent) {
STATIC_CHECK(sizeof(unsigned) == sizeof(id()));
- OS::Print("%6"V8PRIuPTR" @%6u %*c %s%s: ",
+ OS::Print("%6" V8PRIuPTR " @%6u %*c %s%s: ",
self_size(), id(), indent, ' ', prefix, edge_name);
if (type() != kString) {
OS::Print("%s %.40s\n", TypeAsString(), name_);
--
--
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/groups/opt_out.