Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index cf69c818e8c98fe37010f755f17542c0a9af4b74..01e810aa182ed3054e04cb463a318a6cd4f03788 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -141,6 +141,8 @@ public: |
| BLINK_EXPORT static void enableV8IdleTasks(bool); |
| + BLINK_EXPORT static void enableSVG1DOM(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |