Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/build/scripts/templates/MakeQualifiedNames.h.tmpl ('k') | Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698