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