From 35f86b0a619c32785c44dcb4283e3ff438bde20a Mon Sep 17 00:00:00 2001 From: "bak@chromium.org" Date: Thu, 2 Jul 2009 10:59:34 +0000 Subject: [PATCH] Template instantiations for Windows build. Review URL: http://codereview.chromium.org/150221 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2335 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/objects-debug.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/objects-debug.cc b/src/objects-debug.cc index 652a0e9..e33dc2c 100644 --- a/src/objects-debug.cc +++ b/src/objects-debug.cc @@ -763,6 +763,9 @@ void Dictionary::Print() { } } +// Template instantiations. +template void Dictionary::Print(); +template void Dictionary::Print(); void AccessorInfo::AccessorInfoVerify() { CHECK(IsAccessorInfo()); -- 2.7.4