Revision: 21454
Author:   bmeu...@chromium.org
Date:     Fri May 23 08:20:34 2014 UTC
Log:      Fix compilation errors.

TBR=hpa...@chromium.org

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

Modified:
 /branches/bleeding_edge/src/compiler.cc

=======================================
--- /branches/bleeding_edge/src/compiler.cc     Fri May 23 08:13:12 2014 UTC
+++ /branches/bleeding_edge/src/compiler.cc     Fri May 23 08:20:34 2014 UTC
@@ -459,14 +459,14 @@
       } else if (info()->bailout_reason() == kMapBecameDeprecated) {
         if (FLAG_trace_opt) {
           PrintF("[aborted optimizing ");
-          function->ShortPrint();
+          info()->closure()->ShortPrint();
           PrintF(" because a map became deprecated]\n");
         }
         return AbortOptimization();
       } else if (info()->bailout_reason() == kMapBecameUnstable) {
         if (FLAG_trace_opt) {
           PrintF("[aborted optimizing ");
-          function->ShortPrint();
+          info()->closure()->ShortPrint();
           PrintF(" because a map became unstable]\n");
         }
         return AbortOptimization();

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to