| 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 9e352b48edb55467eb43ef5972e607fc05ed8234..da339642eac49b737bf92303e8b8b9c10c44bb02 100644
|
| --- a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| +++ b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // A class that stores static enablers for all experimental features.
|
|
|
| @@ -46,6 +46,6 @@ private:
|
| {% endfor %}
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RuntimeEnabledFeatures_h
|
|
|