Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index e3aec3eb899121af43dee9909107340ee68c7bf8..6bc98562532fc9e35e59ae0900c504dbb2cb326f 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -42,7 +42,6 @@ class NodeProperties { |
static inline Bounds GetBounds(Node* node); |
static inline void SetBounds(Node* node, Bounds bounds); |
- private: |
static inline int FirstValueIndex(Node* node); |
static inline int FirstContextIndex(Node* node); |
static inline int FirstFrameStateIndex(Node* node); |