Revision: 14639
Author:   [email protected]
Date:     Mon May 13 06:20:47 2013
Log:      Fix Win64 build

[email protected]

Review URL: https://codereview.chromium.org/14978005
http://code.google.com/p/v8/source/detail?r=14639

Modified:
 /branches/bleeding_edge/src/objects.cc

=======================================
--- /branches/bleeding_edge/src/objects.cc      Mon May 13 04:10:31 2013
+++ /branches/bleeding_edge/src/objects.cc      Mon May 13 06:20:47 2013
@@ -1306,7 +1306,7 @@
         accumulator->Add("<JS Function");
       }
       accumulator->Add(" (SharedFunctionInfo %p)",
-                       reinterpret_cast<intptr_t>(function->shared()));
+                       reinterpret_cast<void*>(function->shared()));
       accumulator->Put('>');
       break;
     }

--
--
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.


Reply via email to