Chromium Code Reviews| Index: src/heap/gc-idle-time-handler.h |
| diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h |
| index 7ffb7bd95a2be3261969987947086afd528705c1..b0bdce66143c818983b3849992a2efd01f2b9038 100644 |
| --- a/src/heap/gc-idle-time-handler.h |
| +++ b/src/heap/gc-idle-time-handler.h |
| @@ -56,6 +56,8 @@ class GCIdleTimeAction { |
| return result; |
| } |
| + void Print(); |
| + |
| GCIdleTimeActionType type; |
| intptr_t parameter; |
| }; |