Reviewers: Mads Ager, Description: Template instantiations for Windows build.
Please review this at http://codereview.chromium.org/150221 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/objects-debug.cc 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()); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
