| Index: src/compiler/graph-replay.cc
|
| diff --git a/src/compiler/graph-replay.cc b/src/compiler/graph-replay.cc
|
| index 25a62f36c77106ffca03129b2a4e3523196d719a..3a0b7836fcba8a2c33929f86761ab7ca01891e36 100644
|
| --- a/src/compiler/graph-replay.cc
|
| +++ b/src/compiler/graph-replay.cc
|
| @@ -9,7 +9,7 @@
|
| #include "src/compiler/graph-inl.h"
|
| #include "src/compiler/node.h"
|
| #include "src/compiler/operator.h"
|
| -#include "src/compiler/operator-properties-inl.h"
|
| +#include "src/compiler/operator-properties.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|