Chromium Code Reviews| Index: src/platform-solaris.cc | 
| =================================================================== | 
| --- src/platform-solaris.cc (revision 6858) | 
| +++ src/platform-solaris.cc (working copy) | 
| @@ -235,7 +235,7 @@ | 
| OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { | 
| - FILE* file = fopen(name, "w+"); | 
| + FILE* file = fopen(name, "a+"); | 
| if (file == NULL) return NULL; | 
| fseek(file, 0, SEEK_END); |