| Index: src/compiler/source-position.cc
|
| diff --git a/src/compiler/source-position.cc b/src/compiler/source-position.cc
|
| index 11783900a0a1b01be3d1cefb5e386d429c76cc13..9503010fd4b091762e888bfc20de4a9be82340aa 100644
|
| --- a/src/compiler/source-position.cc
|
| +++ b/src/compiler/source-position.cc
|
| @@ -46,7 +46,7 @@ void SourcePositionTable::RemoveDecorator() {
|
| }
|
|
|
|
|
| -SourcePosition SourcePositionTable::GetSourcePosition(Node* node) {
|
| +SourcePosition SourcePositionTable::GetSourcePosition(Node* node) const {
|
| return table_.Get(node);
|
| }
|
|
|
|
|