| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index c77021bf139dd45dfc3265e3703166048c8e6e35..86556d64a0c3a4cefce26e7b860c1b3a95de4b3c 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -1550,8 +1550,6 @@ int main(int argc, char** argv) {
|
| result = Dart_SetEnvironmentCallback(EnvironmentCallback);
|
| CHECK_RESULT(result);
|
|
|
| - ASSERT(vm_snapshot_data_filename != NULL);
|
| - ASSERT(isolate_snapshot_data_filename != NULL);
|
| // Load up the script before a snapshot is created.
|
| if (app_script_name != NULL) {
|
| // This is the case of a custom embedder (e.g: dartium) trying to
|
|
|