| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index 8eb95e7e98c13b694b165e305df6f2d648e6eef8..46835cafb9e4b5503d88438fb6222d532d65acc5 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -292,7 +292,7 @@ class PreParserExpression {
|
| void set_index(int index) {} // For YieldExpressions
|
| void set_should_eager_compile() {}
|
|
|
| - int position() const { return RelocInfo::kNoPosition; }
|
| + int position() const { return kNoSourcePosition; }
|
| void set_function_token_position(int position) {}
|
|
|
| private:
|
|
|