Commit 10073c78 authored by Ben Smith's avatar Ben Smith

[d8] Fix compile failure due to kMaxWorkers

TBR=adamk@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30231}
parent 29e44142
......@@ -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 {
......
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