Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index 75afe09bb77c42af90c0725402561b9b4c4ac7d0..34b1a71613663929f4953c77f0931ae0d1cf79dd 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -775,6 +775,11 @@ class PreParserFactory { |
return PreParserExpression::Default(); |
} |
+ PreParserExpression NewImportCallExpression(PreParserExpression args, |
+ int pos) { |
+ return PreParserExpression::Default(); |
+ } |
+ |
// Return the object itself as AstVisitor and implement the needed |
// dummy method right in this class. |
PreParserFactory* visitor() { return this; } |