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 81734b41bec6fb0cf9e321b0242c794aaa83e7ca..7c614c787b4ed0d79627da08d0fa4204443c70dd 100644 |
--- a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
+++ b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl |
@@ -27,10 +27,10 @@ extern const WebCore::QualifiedName {{attr|symbol}}Attr; |
{%- if tags %} |
const unsigned {{namespace}}TagsCount = {{tags|count}}; |
-WebCore::QualifiedName** get{{namespace}}Tags(); |
+const WebCore::QualifiedName* const* get{{namespace}}Tags(); |
{%- endif %} |
const unsigned {{namespace}}AttrsCount = {{attrs|count}}; |
-WebCore::QualifiedName** get{{namespace}}Attrs(); |
+const WebCore::QualifiedName* const* get{{namespace}}Attrs(); |
void init(); |