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 3f672d80812b36c8e2ada1744946da714bf19f15..b8c03a8d09356c6455f8a92c98fa1927ad45f2c3 100644 |
--- a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
+++ b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
@@ -28,10 +28,15 @@ extern const blink::QualifiedName& {{attr|symbol}}Attr; |
{% if tags %} |
const unsigned {{namespace}}TagsCount = {{tags|count}}; |
+{% if namespace != 'HTML' %} |
PassOwnPtr<const {{namespace}}QualifiedName*[]> get{{namespace}}Tags(); |
{% endif %} |
+{% endif %} |
+ |
const unsigned {{namespace}}AttrsCount = {{attrs|count}}; |
+{% if namespace != 'HTML' %} |
PassOwnPtr<const QualifiedName*[]> get{{namespace}}Attrs(); |
+{% endif %} |
void init(); |