Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: src/heap/heap.h

Issue 750813003: Use deadline in IdleNotification. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698