| Index: src/compiler/js-intrinsic-lowering.cc
|
| diff --git a/src/compiler/js-intrinsic-lowering.cc b/src/compiler/js-intrinsic-lowering.cc
|
| index 99def3016f0bbd870ce7e859e8c5ddc2482b3a32..a1e693585bf1eb7a60117d9eefbde470816e3a0c 100644
|
| --- a/src/compiler/js-intrinsic-lowering.cc
|
| +++ b/src/compiler/js-intrinsic-lowering.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "src/compiler/access-builder.h"
|
| #include "src/compiler/js-graph.h"
|
| -#include "src/compiler/node-properties-inl.h"
|
| +#include "src/compiler/node-properties.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|