Index: Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl |
diff --git a/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl b/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl |
index 0ac61ea0e9364d0c0b9069f77029718f62401f9f..f5eb9838181ca5790dcdaa3a517210a1837f80a2 100644 |
--- a/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl |
+++ b/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl |
@@ -21,7 +21,7 @@ DEFINE_GLOBAL({{namespace}}QualifiedName, {{tag|symbol}}Tag) |
{% endfor %} |
-{% if namespace != 'HTML' %} |
+{% if namespace == 'SVG' %} |
PassOwnPtr<const {{namespace}}QualifiedName*[]> get{{namespace}}Tags() |
{ |
OwnPtr<const {{namespace}}QualifiedName*[]> tags = adoptArrayPtr(new const {{namespace}}QualifiedName*[{{namespace}}TagsCount]); |