Index: Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
diff --git a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
index b8c03a8d09356c6455f8a92c98fa1927ad45f2c3..971a96ba663b782553f6cf3067455f35e6065a93 100644 |
--- a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
+++ b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
@@ -28,7 +28,7 @@ extern const blink::QualifiedName& {{attr|symbol}}Attr; |
{% if tags %} |
const unsigned {{namespace}}TagsCount = {{tags|count}}; |
-{% if namespace != 'HTML' %} |
+{% if namespace == 'SVG' %} |
PassOwnPtr<const {{namespace}}QualifiedName*[]> get{{namespace}}Tags(); |
{% endif %} |
{% endif %} |