Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index bef42b1a9b965af32fadc3424a237841f461b78c..78e4b406c15607a7f11b660c5608bbd0187540eb 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -130,6 +130,8 @@ public: |
| BLINK_EXPORT static void enableLaxMixedContentChecking(bool); |
| + BLINK_EXPORT static void enableSVG1DOM(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |