Chromium Code Reviews| Index: src/compiler/js-native-context-specialization.cc |
| diff --git a/src/compiler/js-native-context-specialization.cc b/src/compiler/js-native-context-specialization.cc |
| index e6a7594124de8c338bb5e3439dd0570f2f721aa1..a58ae67199c3339e4ec298831fc45c59e1fc5fe3 100644 |
| --- a/src/compiler/js-native-context-specialization.cc |
| +++ b/src/compiler/js-native-context-specialization.cc |
| @@ -9,6 +9,7 @@ |
| #include "src/compilation-dependencies.h" |
| #include "src/compiler/access-builder.h" |
| #include "src/compiler/access-info.h" |
| +#include "src/compiler/frame-states.h" |
|
Michael Starzinger
2017/06/06 14:32:54
nit: Can't find a reason this is needed in this fi
danno
2017/06/07 09:00:56
Done.
|
| #include "src/compiler/js-graph.h" |
| #include "src/compiler/js-operator.h" |
| #include "src/compiler/linkage.h" |