Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index c313333362ff7acfa2b3ff6ef519d800276dbeed..55978c1d775f7b70e98273a8126456607448400d 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -1068,7 +1068,7 @@ class Heap { |
| void DisableInlineAllocation(); |
| // Implements the corresponding V8 API function. |
| - bool IdleNotification(int hint); |
| + bool IdleNotification(int idle_time_in_ms); |
| // Declare all the root indices. This defines the root list order. |
| enum RootListIndex { |