| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index f3946d3b7ad03edaa3626c02ce348687541c951e..c91c3f908fcb02a713455ca99cd383670d6f5450 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -38,6 +38,7 @@
|
| #include "codegen.h"
|
| #include "compilation-cache.h"
|
| #include "compiler.h"
|
| +#include "conversions.h"
|
| #include "cpu.h"
|
| #include "cpu-profiler.h"
|
| #include "dateparser-inl.h"
|
| @@ -63,7 +64,6 @@
|
| #include "string-search.h"
|
| #include "stub-cache.h"
|
| #include "uri.h"
|
| -#include "v8conversions.h"
|
| #include "v8threads.h"
|
| #include "vm-state-inl.h"
|
|
|
|
|