Author: [email protected]
Date: Thu Jul  2 03:59:34 2009
New Revision: 2335

Modified:
    branches/bleeding_edge/src/objects-debug.cc

Log:
Template instantiations for Windows build.

Review URL: http://codereview.chromium.org/150221

Modified: branches/bleeding_edge/src/objects-debug.cc
==============================================================================
--- branches/bleeding_edge/src/objects-debug.cc (original)
+++ branches/bleeding_edge/src/objects-debug.cc Thu Jul  2 03:59:34 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to