| Index: Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| diff --git a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| index da339642eac49b737bf92303e8b8b9c10c44bb02..c3afacbb9328c2e8ba2eff9b66fb34997e139073 100644
|
| --- a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| +++ b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| @@ -5,6 +5,7 @@
|
| #define RuntimeEnabledFeatures_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
| @@ -16,6 +17,7 @@ public:
|
| static void set{{feature_set|capitalize}}FeaturesEnabled(bool);
|
| {% endfor %}
|
|
|
| + static void setFeatureEnabledFromString(const WTF::String& name, bool isEnabled);
|
|
|
| {% for feature in features %}
|
| {% if feature.custom %}
|
|
|