Index: src/scopes.cc |
=================================================================== |
--- src/scopes.cc (revision 1984) |
+++ src/scopes.cc (working copy) |
@@ -301,6 +301,8 @@ |
List<Variable*, FreeStoreAllocationPolicy>* locals); |
template void Scope::CollectUsedVariables( |
List<Variable*, PreallocatedStorage>* locals); |
+template void Scope::CollectUsedVariables( |
+ List<Variable*, ZoneListAllocationPolicy>* locals); |
void Scope::AllocateVariables(Handle<Context> context) { |