Chromium Code Reviews| Index: src/v8.h |
| diff --git a/src/v8.h b/src/v8.h |
| index 01feefce6ff3f475a1ca35e4c540eda11f485c30..71e7fe4bf4ba99c54dd3eeca4245e1cb5c1875cb 100644 |
| --- a/src/v8.h |
| +++ b/src/v8.h |
| @@ -106,7 +106,7 @@ class V8 : public AllStatic { |
| Context* context); |
| // Idle notification directly from the API. |
| - static bool IdleNotification(); |
| + static bool IdleNotification(int hint); |
| private: |
| static void InitializeOncePerProcess(); |