Index: runtime/bin/main.cc |
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc |
index 05e09c9d277ac7e0dcd265bb3d52b55419f6c386..fdf624842085cc8821e7915de2f4a9741d0dd51f 100644 |
--- a/runtime/bin/main.cc |
+++ b/runtime/bin/main.cc |
@@ -1204,6 +1204,7 @@ static void ComputeSnapshotFilenames(const char* filename, |
snprintf(*isolate_snapshot_fname, len + 1, "%s.%s", filename, kIsolateSuffix); |
} |
+ |
static void GenerateFullSnapshot() { |
// Create a full snapshot of the script. |
Dart_Handle result; |