| Index: src/snapshot/mksnapshot.cc
|
| diff --git a/src/snapshot/mksnapshot.cc b/src/snapshot/mksnapshot.cc
|
| index c69025adcaaaf1109dc05491b020dcdca2b0e959..8cba00322d85c39202c84a0b8c7519d7c0bf1906 100644
|
| --- a/src/snapshot/mksnapshot.cc
|
| +++ b/src/snapshot/mksnapshot.cc
|
| @@ -12,8 +12,8 @@
|
| #include "src/flags.h"
|
| #include "src/list.h"
|
| #include "src/snapshot/natives.h"
|
| -#include "src/snapshot/serialize.h"
|
| -
|
| +#include "src/snapshot/partial-serializer.h"
|
| +#include "src/snapshot/startup-serializer.h"
|
|
|
| using namespace v8;
|
|
|
|
|