Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / heap / CallbackStack.h
index 17e95ab..516fe9b 100644 (file)
@@ -53,7 +53,7 @@ public:
     bool hasCallbackForObject(const void*);
 #endif
 
-    static const size_t blockSize = 200;
+    static const size_t blockSize = 128;
 
 private:
     class Block;