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