Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 59309378aed8aee3fb2fb141074b330cb976a956..68dec40500617c5379b2259165b32290492c3574 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -135,6 +135,8 @@ public: |
| BLINK_EXPORT static void enableTextBlobs(bool); |
| + BLINK_EXPORT static void enableV8IdleTasks(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |