| Index: src/runtime/runtime-compiler.cc
|
| diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc
|
| index 4cfa84ac44592a6e9fc4d01584ca77e4f625b0b2..116a7a0b89ff8d7dace98c283f470ba4b1658d8b 100644
|
| --- a/src/runtime/runtime-compiler.cc
|
| +++ b/src/runtime/runtime-compiler.cc
|
| @@ -8,7 +8,7 @@
|
| #include "src/compiler.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/frames.h"
|
| -#include "src/full-codegen.h"
|
| +#include "src/full-codegen/full-codegen.h"
|
| #include "src/messages.h"
|
| #include "src/runtime/runtime-utils.h"
|
| #include "src/v8threads.h"
|
|
|