Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / templates / ElementFactory.cpp.tmpl
index 4ed11ed..091b1b9 100644 (file)
@@ -5,8 +5,8 @@
 #include "{{namespace}}ElementFactory.h"
 
 #include "{{namespace}}Names.h"
-{% for tag in tags|sort %}
-#include "core/{{namespace|lower}}/{{tag.interface}}.h"
+{% for tag in tags|groupby('interface') %}
+#include "core/{{namespace|lower}}/{{tag[0]}}.h"
 {% endfor %}
 {% if fallback_interface %}
 #include "core/{{namespace|lower}}/{{fallback_interface}}.h"