Chromium Code Reviews

Unified Diff: src/snapshot-empty.cc

Issue 18583: Change type of snapshot from char array to byte array to avoid portability pr... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/snapshot-common.cc ('k') | src/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot-empty.cc
===================================================================
--- src/snapshot-empty.cc (revision 1142)
+++ src/snapshot-empty.cc (working copy)
@@ -33,7 +33,7 @@
namespace v8 { namespace internal {
-const char Snapshot::data_[] = { 0 };
+const byte Snapshot::data_[] = { 0 };
int Snapshot::size_ = 0;
} } // namespace v8::internal
« no previous file with comments | « src/snapshot-common.cc ('k') | src/utils.h » ('j') | no next file with comments »

Powered by Google App Engine