Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: src/d8.cc

Issue 1302593002: [d8] Fix compile failure due to kMaxWorkers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index 1b50855ac406ab982a4272e0433e8dbb13c054ca..58b59c890fac87d6a8de637e677432b975e1ea03 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -75,7 +75,9 @@ namespace v8 {
namespace {
const int MB = 1024 * 1024;
+#ifndef V8_SHARED
const int kMaxWorkers = 50;
+#endif
class ShellArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698