Index: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl |
diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl |
index 7d6d47a594869e60cccea2ed0ee514fe0c37e293..99f09699f9117a392edc54a765917d67bfba7c7c 100644 |
--- a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl |
+++ b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl |
@@ -11,7 +11,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
class InternalRuntimeFlags : public RefCountedWillBeGarbageCollected<InternalRuntimeFlags>, public ScriptWrappable { |
public: |
@@ -41,6 +41,6 @@ private: |
} |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // InternalRuntimeFlags_h |