Index: Source/build/scripts/templates/ElementFactory.h.tmpl |
diff --git a/Source/build/scripts/templates/ElementFactory.h.tmpl b/Source/build/scripts/templates/ElementFactory.h.tmpl |
index 60b66cc1d80bf84d2a2044fe99c9ccb71b8e0e0c..fa9fa54f2ead520e1da2fa28569ed3103d97e5c5 100644 |
--- a/Source/build/scripts/templates/ElementFactory.h.tmpl |
+++ b/Source/build/scripts/templates/ElementFactory.h.tmpl |
@@ -8,7 +8,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/PassRefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class Document; |
class {{namespace}}Element; |
@@ -27,6 +27,6 @@ public: |
bool createdByParser = true); |
}; |
-} // WebCore |
+} // namespace blink |
#endif |