Chromium Code Reviews| Index: src/objects-debug.cc |
| =================================================================== |
| --- src/objects-debug.cc (revision 2334) |
| +++ src/objects-debug.cc (working copy) |
| @@ -763,6 +763,9 @@ |
| } |
| } |
| +// Template instantiations. |
| +template void Dictionary<NumberDictionaryShape, uint32_t>::Print(); |
| +template void Dictionary<StringDictionaryShape, String*>::Print(); |
| void AccessorInfo::AccessorInfoVerify() { |
| CHECK(IsAccessorInfo()); |