Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index eeb83228610870b1aed5d041ebf2171b65615a5d..44a646fc2a67295e68546bd5326c7986c8a56215 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); |
bool IdleNotification(int idle_time_in_ms); |
// Declare all the root indices. This defines the root list order. |