Revision: 10735
Author:   [email protected]
Date:     Fri Feb 17 00:29:19 2012
Log:      Merged r10691 into 3.6 branch.

objects: fix template-related linker error

[email protected]
BUG=1936

Review URL: https://chromiumcodereview.appspot.com/9417040
http://code.google.com/p/v8/source/detail?r=10735

Modified:
 /branches/3.6/src/objects.cc
 /branches/3.6/src/version.cc

=======================================
--- /branches/3.6/src/objects.cc        Thu Jan 19 07:25:55 2012
+++ /branches/3.6/src/objects.cc        Fri Feb 17 00:29:19 2012
@@ -10006,6 +10006,9 @@
 template MaybeObject* Dictionary<UnseededNumberDictionaryShape, uint32_t>::
     AtPut(uint32_t, Object*);

+template Object* Dictionary<SeededNumberDictionaryShape, uint32_t>::
+    SlowReverseLookup(Object* value);
+
 template Object* Dictionary<UnseededNumberDictionaryShape, uint32_t>::
     SlowReverseLookup(Object* value);

=======================================
--- /branches/3.6/src/version.cc        Fri Jan 20 09:39:15 2012
+++ /branches/3.6/src/version.cc        Fri Feb 17 00:29:19 2012
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     6
 #define BUILD_NUMBER      6
-#define PATCH_LEVEL       20
+#define PATCH_LEVEL       21
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to