| Index: Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl b/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| index fc237d6c559b95f5765410de71a7b902d122527f..6363a035e243999c8f54083667a5b17e7c1b3b58 100644
|
| --- a/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| @@ -25,7 +25,7 @@ return 0;
|
|
|
| #include "{{namespace}}Names.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| using namespace {{namespace}}Names;
|
|
|
| @@ -42,4 +42,4 @@ StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length)
|
| return 0;
|
| }
|
|
|
| -} // WebCore
|
| +} // namespace blink
|
|
|