diff options
Diffstat (limited to 'JavaScriptCore/runtime/Collector.h')
| -rw-r--r-- | JavaScriptCore/runtime/Collector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/Collector.h b/JavaScriptCore/runtime/Collector.h index 05d5c10..237c139 100644 --- a/JavaScriptCore/runtime/Collector.h +++ b/JavaScriptCore/runtime/Collector.h @@ -57,7 +57,7 @@ namespace JSC { class LiveObjectIterator; -#if OS(WINCE) || OS(SYMBIAN) +#if OS(WINCE) || OS(SYMBIAN) || PLATFORM(BREWMP) const size_t BLOCK_SIZE = 64 * 1024; // 64k #else const size_t BLOCK_SIZE = 256 * 1024; // 256k |
