| Index: src/compiler/node-aux-data-inl.h
|
| diff --git a/src/compiler/node-aux-data-inl.h b/src/compiler/node-aux-data-inl.h
|
| index 79f1abfe95fac5140f0646148315efc3b3da27d2..d8db4b949f33d33ca531e50a94b25f73e730288e 100644
|
| --- a/src/compiler/node-aux-data-inl.h
|
| +++ b/src/compiler/node-aux-data-inl.h
|
| @@ -29,7 +29,7 @@ void NodeAuxData<T>::Set(Node* node, const T& data) {
|
|
|
|
|
| template <class T>
|
| -T NodeAuxData<T>::Get(Node* node) {
|
| +T NodeAuxData<T>::Get(Node* node) const {
|
| int id = node->id();
|
| if (id >= static_cast<int>(aux_data_.size())) {
|
| return T();
|
|
|