Chromium Code Reviews| Index: src/scopeinfo.cc |
| =================================================================== |
| --- src/scopeinfo.cc (revision 1984) |
| +++ src/scopeinfo.cc (working copy) |
| @@ -566,5 +566,6 @@ |
| // Make sure the classes get instantiated by the template system. |
| template class ScopeInfo<FreeStoreAllocationPolicy>; |
| template class ScopeInfo<PreallocatedStorage>; |
| +template class ScopeInfo<ZoneListAllocationPolicy>; |
| } } // namespace v8::internal |