Revision: 7727
Author: [email protected]
Date: Fri Apr 29 05:47:34 2011
Log: Fix whitespace error after r7726
http://code.google.com/p/v8/source/detail?r=7727
Modified:
/branches/bleeding_edge/src/mksnapshot.cc
=======================================
--- /branches/bleeding_edge/src/mksnapshot.cc Fri Apr 29 05:43:24 2011
+++ /branches/bleeding_edge/src/mksnapshot.cc Fri Apr 29 05:47:34 2011
@@ -213,7 +213,7 @@
#else
fprintf(fp_,
"const int Snapshot::context_raw_size_ = "
- "Snapshot::context_size_;\n");
+ "Snapshot::context_size_;\n");
#endif
fprintf(fp_, "const byte Snapshot::context_data_[] = {\n");
partial_sink_.Print(fp_);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev