| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 08c0f4919ab862c09d53107573fde7cbfa41a9f5..cb04f621f85526996eee608bc72c5a1183293acf 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -31,10 +31,10 @@
|
|
|
| #include "allocation-tracker.h"
|
| #include "code-stubs.h"
|
| -#include "heap-profiler.h"
|
| +#include "conversions.h"
|
| #include "debug.h"
|
| +#include "heap-profiler.h"
|
| #include "types.h"
|
| -#include "v8conversions.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|