| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 1f566e749d3434a78c1f2910960897022bb2d2f5..fce298e2e129353fedef82e1b9ec76626dfff2f5 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -384,6 +384,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)')",
|
|
|