Index: Source/build/scripts/templates/ElementFactory.cpp.tmpl |
diff --git a/Source/build/scripts/templates/ElementFactory.cpp.tmpl b/Source/build/scripts/templates/ElementFactory.cpp.tmpl |
index 03986c423408ac23cf28c977e871a6e71f570602..30c394f252c2dc7a7f3a0943bc199fab26f0df43 100644 |
--- a/Source/build/scripts/templates/ElementFactory.cpp.tmpl |
+++ b/Source/build/scripts/templates/ElementFactory.cpp.tmpl |
@@ -19,7 +19,7 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/HashMap.h" |
-namespace WebCore { |
+namespace blink { |
using namespace {{namespace}}Names; |
@@ -105,4 +105,4 @@ PassRefPtrWillBeRawPtr<{{namespace}}Element> {{namespace}}ElementFactory::create |
return {{fallback_interface}}::create(QualifiedName(nullAtom, localName, {{namespace_prefix}}NamespaceURI), document); |
} |
-} // namespace WebCore |
+} // namespace blink |