| Index: src/runtime/runtime-scopes.cc
|
| diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc
|
| index 3cca35b14aef2153a95740fb62ba029c9c013789..7f99943961c726f43b4b87868dd1b68c8f172e52 100644
|
| --- a/src/runtime/runtime-scopes.cc
|
| +++ b/src/runtime/runtime-scopes.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "src/accessors.h"
|
| #include "src/arguments.h"
|
| +#include "src/ast/scopeinfo.h"
|
| +#include "src/ast/scopes.h"
|
| #include "src/frames-inl.h"
|
| #include "src/isolate-inl.h"
|
| #include "src/messages.h"
|
| -#include "src/scopeinfo.h"
|
| -#include "src/scopes.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|