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