Index: Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl |
diff --git a/Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl b/Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl |
index 7a149373ea52b4c58115b65ba1b147c7086ba953..82592188d06a3f926c137dafc270acb9a9e9c23c 100644 |
--- a/Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl |
+++ b/Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl |
@@ -4,7 +4,7 @@ |
#include "config.h" |
#include "platform/RuntimeEnabledFeatures.h" |
-namespace WebCore { |
+namespace blink { |
{% for feature_set in feature_sets %} |
void RuntimeEnabledFeatures::set{{feature_set|capitalize}}FeaturesEnabled(bool enable) |
@@ -21,4 +21,4 @@ bool RuntimeEnabledFeatures::is{{feature.name}}Enabled = {{'true' if feature.sta |
{% endfilter %} |
{% endfor %} |
-} // namespace WebCore |
+} // namespace blink |