Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 2edd51ecde537a845fc0a08fff4a13371de62439..b04efaa0929902b72795d4831dd209584b43630a 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -151,7 +151,7 @@ StrictMode FunctionLiteral::strict_mode() const { |
} |
-bool FunctionLiteral::needs_super_binding() const { |
+bool FunctionLiteral::uses_super() const { |
DCHECK_NOT_NULL(scope()); |
return scope()->uses_super() || scope()->inner_uses_super(); |
} |