Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/build/scripts/templates/ElementFactory.h.tmpl ('k') | Source/build/scripts/templates/ElementLookupTrie.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698