Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index dbcfda0cfae828e83dc1d1215e37b887b69e17b3..bc147fb19e8b6e2fdbc3e2473291024eee5d13c9 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -161,7 +161,6 @@ class V8_EXPORT_PRIVATE Scope : public NON_EXPORTED_BASE(ZoneObject) { |
VariableProxy* NewUnresolved(AstNodeFactory* factory, |
const AstRawString* name, |
int start_position = kNoSourcePosition, |
- int end_position = kNoSourcePosition, |
VariableKind kind = NORMAL_VARIABLE); |
void AddUnresolved(VariableProxy* proxy); |