| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 001bd0286f2eabd11c8ffc88d9190469b4d9a406..eaa4d66ada1c593aab3c8530b2e4292c60879077 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -40,7 +40,6 @@ class NodeProperties {
|
|
|
| static inline int GetContextIndex(Node* node);
|
|
|
| - private:
|
| static inline int FirstValueIndex(Node* node);
|
| static inline int FirstEffectIndex(Node* node);
|
| static inline int FirstControlIndex(Node* node);
|
|
|