| Index: src/runtime/runtime-json.cc
|
| diff --git a/src/runtime/runtime-json.cc b/src/runtime/runtime-json.cc
|
| index 07232d59b8ba66c59d4d315dea0315f62bc9230a..45f818305273da55f3368000c6edecaf3bc385fd 100644
|
| --- a/src/runtime/runtime-json.cc
|
| +++ b/src/runtime/runtime-json.cc
|
| @@ -7,9 +7,9 @@
|
| #include "src/arguments.h"
|
| #include "src/char-predicates-inl.h"
|
| #include "src/isolate-inl.h"
|
| -#include "src/json-parser.h"
|
| #include "src/json-stringifier.h"
|
| #include "src/objects-inl.h"
|
| +#include "src/parsing/json-parser.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|