| Index: src/runtime/runtime-test.cc
|
| diff --git a/src/runtime/runtime-test.cc b/src/runtime/runtime-test.cc
|
| index 718a6c98913d9a2af6206dea081d648f07a1c1b1..6a812da8227e91b9e648e34703baee0c5ae166ff 100644
|
| --- a/src/runtime/runtime-test.cc
|
| +++ b/src/runtime/runtime-test.cc
|
| @@ -7,8 +7,8 @@
|
| #include "src/arguments.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/full-codegen.h"
|
| -#include "src/natives.h"
|
| #include "src/runtime/runtime-utils.h"
|
| +#include "src/snapshot/natives.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|