| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 75a4ffe76573de969e77b82e9efd6f903b1e5e2f..42051905c1b993bef187f30fb33a0573c43de0db 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -381,6 +381,7 @@ js_support_checks = dict({
|
| 'FormData': "JS('bool', '!!(window.FormData)')",
|
| 'HashChangeEvent': "Device.isEventTypeSupported('HashChangeEvent')",
|
| 'HTMLShadowElement': ElemSupportStr('shadow'),
|
| + 'HTMLTemplateElement': ElemSupportStr('template'),
|
| 'MediaStreamEvent': "Device.isEventTypeSupported('MediaStreamEvent')",
|
| 'MediaStreamTrackEvent': "Device.isEventTypeSupported('MediaStreamTrackEvent')",
|
| 'NotificationCenter': "JS('bool', '!!(window.webkitNotifications)')",
|
|
|