| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 7f8d2e996182cf709e0b72eb73700404f570b796..bcbc05606190cb7efb149e298dfd3893ef8ddf28 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -663,7 +663,7 @@ class MarkCompactCollector {
|
| // to a value larger than 0, then sweeping returns after a block of at least
|
| // required_freed_bytes was freed. If required_freed_bytes was set to zero
|
| // then the whole given space is swept.
|
| - int SweepInParallel(PagedSpace* space, intptr_t required_freed_bytes);
|
| + int SweepInParallel(PagedSpace* space, int required_freed_bytes);
|
|
|
| void WaitUntilSweepingCompleted();
|
|
|
|
|