| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index af48812a6c923578cda016d43ca9c4ef0957b449..9117e10dd5f665df4a9582caaf6a623f02058da6 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -74,6 +74,7 @@ js_support_checks = {
|
| 'ArrayBuffer': "JS('bool', 'typeof window.ArrayBuffer != \"undefined\"')",
|
| 'DOMApplicationCache': "JS('bool', '!!(window.applicationCache)')",
|
| 'DOMFileSystem': "JS('bool', '!!(window.webkitRequestFileSystem)')",
|
| + 'HashChangeEvent': "Event._isTypeSupported('HashChangeEvent')",
|
| 'HTMLContentElement': "Element.isTagSupported('content')",
|
| 'HTMLDataListElement': "Element.isTagSupported('datalist')",
|
| 'HTMLDetailsElement': "Element.isTagSupported('details')",
|
|
|