Chromium Code Reviews| Index: runtime/bin/gen_snapshot.cc |
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
| index 5d43bc7af6dbcc54af6defb73144d190f95f5d6c..d75a3476136b2593a94b1de560a440ee58488e15 100644 |
| --- a/runtime/bin/gen_snapshot.cc |
| +++ b/runtime/bin/gen_snapshot.cc |
| @@ -1204,6 +1204,7 @@ int main(int argc, char** argv) { |
| } |
| Thread::InitOnce(); |
| + Loader::InitOnce(); |
| DartUtils::SetOriginalWorkingDirectory(); |
| // Start event handler. |
| TimerUtils::InitOnce(); |