Commit baf0f96d authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix compilation.

R=svenpanne@chromium.org
BUG=

Review URL: https://codereview.chromium.org/61163007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17868 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b39db7bb
......@@ -1108,7 +1108,7 @@ class Isolate {
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 @@ class Isolate {
return optimizing_compiler_thread_;
}
bool num_sweeper_threads() {
int num_sweeper_threads() const {
return num_sweeper_threads_;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment