Index: src/scopes.h |
diff --git a/src/scopes.h b/src/scopes.h |
index 23a10f19c8d8245e757b2f90d5200791cf883a7d..f6f543107f739b1575711a72cc2bd887649ce70c 100644 |
--- a/src/scopes.h |
+++ b/src/scopes.h |
@@ -100,7 +100,7 @@ class Scope: public ZoneObject { |
// Declarations |
// Lookup a variable in this scope. Returns the variable or NULL if not found. |
- Variable* LocalLookup(Handle<String> name); |
+ Variable* LookupLocal(Handle<String> name); |
// This lookup corresponds to a lookup in the "intermediate" scope sitting |
// between this scope and the outer scope. (ECMA-262, 3rd., requires that |