Index: src/v8.h |
diff --git a/src/v8.h b/src/v8.h |
index 707482f363b80ff153689cfb38f843dae569881e..69f4df9cb21255aca61fef0b03ef4cfc38312d01 100644 |
--- a/src/v8.h |
+++ b/src/v8.h |
@@ -105,9 +105,6 @@ class V8 : public AllStatic { |
static Object* FillHeapNumberWithRandom(Object* heap_number, |
Context* context); |
- // Idle notification directly from the API. |
- static bool IdleNotification(int hint); |
- |
static void AddCallCompletedCallback(CallCompletedCallback callback); |
static void RemoveCallCompletedCallback(CallCompletedCallback callback); |
static void FireCallCompletedCallback(Isolate* isolate); |