| 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 44f9293ce35fd196fab74a75db1a6d749d3bd5ae..31407e83dce6da280365b02414d85cf18e733e53 100644
|
| --- a/src/compiler/js-global-object-specialization.cc
|
| +++ b/src/compiler/js-global-object-specialization.cc
|
| @@ -12,7 +12,7 @@
|
| #include "src/compiler/node-properties.h"
|
| #include "src/compiler/simplified-operator.h"
|
| #include "src/lookup.h"
|
| -#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
|
| +#include "src/objects-inl.h"
|
| #include "src/type-cache.h"
|
|
|
| namespace v8 {
|
|
|