Revision: 22472
Author:   [email protected]
Date:     Fri Jul 18 11:30:50 2014 UTC
Log:      Fix 64-bit compile.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/397373006
http://code.google.com/p/v8/source/detail?r=22472

Modified:
 /branches/bleeding_edge/src/mark-compact.cc

=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Fri Jul 18 11:04:20 2014 UTC
+++ /branches/bleeding_edge/src/mark-compact.cc Fri Jul 18 11:30:50 2014 UTC
@@ -3974,14 +3974,14 @@

 // Force instantiation of templatized SweepConservatively method for
 // SWEEP_ON_MAIN_THREAD mode.
-template intptr_t MarkCompactCollector::
+template int MarkCompactCollector::
     SweepConservatively<MarkCompactCollector::SWEEP_ON_MAIN_THREAD>(
         PagedSpace*, FreeList*, Page*);


 // Force instantiation of templatized SweepConservatively method for
 // SWEEP_IN_PARALLEL mode.
-template intptr_t MarkCompactCollector::
+template int MarkCompactCollector::
     SweepConservatively<MarkCompactCollector::SWEEP_IN_PARALLEL>(
         PagedSpace*, FreeList*, Page*);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to