Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index c9227bae3f6441462bae1e0fd9c4c16079e2a26b..c73d32aea37d7534571a4396050efd34de400814 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -1493,6 +1493,8 @@ class PreParser : public ParserBase<PreParser> { |
if (use_counts_ != nullptr) ++use_counts_[feature]; |
} |
+ V8_INLINE bool IgnoreFunctionName() const { return false; } |
+ |
// Preparser's private field members. |
int* use_counts_; |