| Index: src/runtime/runtime-forin.cc
|
| diff --git a/src/runtime/runtime-forin.cc b/src/runtime/runtime-forin.cc
|
| index c793e88b9203611cd67532d1777d803d1af88b7a..ecd55d172ae614318a7feb441f317616c8c49c2c 100644
|
| --- a/src/runtime/runtime-forin.cc
|
| +++ b/src/runtime/runtime-forin.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/arguments.h"
|
| #include "src/runtime/runtime-utils.h"
|
| -#include "src/v8.h"
|
| +
|
| +#include "src/arguments.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|