Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index eeb83228610870b1aed5d041ebf2171b65615a5d..58f1fce35d94a1effad1df046eb6cf0354f73993 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1104,6 +1104,7 @@ class Heap { |
void DisableInlineAllocation(); |
// Implements the corresponding V8 API function. |
+ bool IdleNotification(double deadline_in_seconds); |
bool IdleNotification(int idle_time_in_ms); |
// Declare all the root indices. This defines the root list order. |