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 e9eab83557dfa693eeba881dccbd8f3312f33202..6707e73f46df19952c7be63ad6f86cbc26972ec4 100644 |
--- a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl |
+++ b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl |
@@ -4,11 +4,13 @@ |
#ifndef RuntimeEnabledFeatures_h |
#define RuntimeEnabledFeatures_h |
+#include "platform/PlatformExport.h" |
+ |
namespace WebCore { |
// A class that stores static enablers for all experimental features. |
-class RuntimeEnabledFeatures { |
+class PLATFORM_EXPORT RuntimeEnabledFeatures { |
public: |
{%- for feature_set in feature_sets %} |