Chromium Code Reviews| 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_; |