Revision: 17868
Author:   [email protected]
Date:     Tue Nov 19 12:14:22 2013 UTC
Log:      Fix compilation.

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/src/isolate.h

=======================================
--- /branches/bleeding_edge/src/isolate.h       Tue Nov 19 11:52:47 2013 UTC
+++ /branches/bleeding_edge/src/isolate.h       Tue Nov 19 12:14:22 2013 UTC
@@ -1108,7 +1108,7 @@
     return optimizing_compiler_thread_ != NULL;
   }

-  bool concurrent_osr_enabled() {
+  bool concurrent_osr_enabled() const {
     // Thread is only available with flag enabled.
     ASSERT(optimizing_compiler_thread_ == NULL ||
            FLAG_concurrent_recompilation);
@@ -1119,7 +1119,7 @@
     return optimizing_compiler_thread_;
   }

-  bool num_sweeper_threads() {
+  int num_sweeper_threads() const {
     return num_sweeper_threads_;
   }

--
--
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/groups/opt_out.

Reply via email to