Commit 35f86b0a authored by bak@chromium.org's avatar bak@chromium.org

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
parent 22231d47
......@@ -763,6 +763,9 @@ void Dictionary<Shape, Key>::Print() {
}
}
// Template instantiations.
template void Dictionary<NumberDictionaryShape, uint32_t>::Print();
template void Dictionary<StringDictionaryShape, String*>::Print();
void AccessorInfo::AccessorInfoVerify() {
CHECK(IsAccessorInfo());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment