Index: src/v8.h |
=================================================================== |
--- src/v8.h (revision 2740) |
+++ src/v8.h (working copy) |
@@ -100,7 +100,7 @@ |
static Smi* RandomPositiveSmi(); |
// Idle notification directly from the API. |
- static void IdleNotification(bool is_high_priority); |
+ static bool IdleNotification(bool is_high_priority); |
private: |
// True if engine is currently running |