Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: runtime/bin/snapshot_in.cc

Issue 1045253003: Fix windows compilation error "cannot allocate an array of constant size 0". (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/snapshot_in.cc
===================================================================
--- runtime/bin/snapshot_in.cc (revision 44814)
+++ runtime/bin/snapshot_in.cc (working copy)
@@ -22,6 +22,7 @@
// This string forms the content of a vm isolate snapshot which is loaded
// into the vm isolate.
static const uint8_t vm_isolate_snapshot_buffer_[] = {
+ 0,
hausner 2015/03/31 19:50:19 The comment above ("string on the next line") no l
%s
};
const uint8_t* vm_isolate_snapshot_buffer = vm_isolate_snapshot_buffer_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698