| Index: src/assembler.cc
|
| diff --git a/src/assembler.cc b/src/assembler.cc
|
| index 5c8c2ce16d97cf646fd774a4b8c1bcc960c75702..317b0a5fe9f417684ee772334f58bb43f8afc3ff 100644
|
| --- a/src/assembler.cc
|
| +++ b/src/assembler.cc
|
| @@ -60,7 +60,7 @@
|
| #include "src/register-configuration.h"
|
| #include "src/runtime/runtime.h"
|
| #include "src/simulator.h" // For flushing instruction cache.
|
| -#include "src/snapshot/serialize.h"
|
| +#include "src/snapshot/serializer-common.h"
|
|
|
| #if V8_TARGET_ARCH_IA32
|
| #include "src/ia32/assembler-ia32-inl.h" // NOLINT
|
|
|