| Index: src/compiler/js-global-object-specialization.cc
|
| diff --git a/src/compiler/js-global-object-specialization.cc b/src/compiler/js-global-object-specialization.cc
|
| index 5ced04e9c1538058283c2d03c763a3f7abc9f249..25262ff850a8471cd2cc787d1f774429ed8885ce 100644
|
| --- a/src/compiler/js-global-object-specialization.cc
|
| +++ b/src/compiler/js-global-object-specialization.cc
|
| @@ -11,9 +11,9 @@
|
| #include "src/compiler/js-operator.h"
|
| #include "src/compiler/node-properties.h"
|
| #include "src/compiler/simplified-operator.h"
|
| +#include "src/compiler/type-cache.h"
|
| #include "src/lookup.h"
|
| #include "src/objects-inl.h"
|
| -#include "src/type-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|