Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / v8 / src / zone.cc
index 48d8c7b..eb2e532 100644 (file)
@@ -150,6 +150,7 @@ void Zone::DeleteAll() {
     position_ = limit_ = 0;
   }
 
+  allocation_size_ = 0;
   // Update the head segment to be the kept segment (if any).
   segment_head_ = keep;
 }