Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index f4b07454d76e4b39b223151d5f9a39a5c0020501..89def41a12e3932e42ba9e75d8f80e304fc8eca5 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -1510,6 +1510,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_; |