| Index: runtime/bin/snapshot_utils.cc
|
| diff --git a/runtime/bin/snapshot_utils.cc b/runtime/bin/snapshot_utils.cc
|
| index e6ea9c7ceb9e70177753cdcd9e11c2e1d1676b47..6c58a30a8c639a40ed98e9508fa87c5897f4b94a 100644
|
| --- a/runtime/bin/snapshot_utils.cc
|
| +++ b/runtime/bin/snapshot_utils.cc
|
| @@ -259,7 +259,7 @@ static void WriteSnapshotFile(const char* filename,
|
|
|
| if (write_magic_number) {
|
| // Write the magic number to indicate file is a script snapshot.
|
| - DartUtils::WriteMagicNumber(file);
|
| + DartUtils::WriteSnapshotMagicNumber(file);
|
| }
|
|
|
| if (!file->WriteFully(buffer, size)) {
|
|
|