Chromium Code Reviews| 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 7c614c787b4ed0d79627da08d0fa4204443c70dd..497658268f749019c92cfe84e5313b88f7544379 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}}; |
| -const WebCore::QualifiedName* const* get{{namespace}}Tags(); |
| +void get{{namespace}}Tags(Vector<const WebCore::QualifiedName*>& tags); |
|
Inactive
2013/10/30 18:35:36
iirc, we decided on the mailing list to not rely o
|
| {%- endif %} |
| const unsigned {{namespace}}AttrsCount = {{attrs|count}}; |
| -const WebCore::QualifiedName* const* get{{namespace}}Attrs(); |
| +void get{{namespace}}Attrs(Vector<const WebCore::QualifiedName*>& attrs); |
| void init(); |