Index: Source/build/scripts/templates/ElementLookupTrie.h.tmpl |
diff --git a/Source/build/scripts/templates/ElementLookupTrie.h.tmpl b/Source/build/scripts/templates/ElementLookupTrie.h.tmpl |
index 5e466c32e8909fa08ff33471d2d8a8c176e66217..c207cf57677fdaf301fd2052db4e6d55747b760f 100644 |
--- a/Source/build/scripts/templates/ElementLookupTrie.h.tmpl |
+++ b/Source/build/scripts/templates/ElementLookupTrie.h.tmpl |
@@ -6,10 +6,10 @@ |
#include "wtf/text/StringImpl.h" |
-namespace WebCore { |
+namespace blink { |
StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length); |
-} // WebCore |
+} // namespace blink |
#endif |