| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 01035cb6913d06f39c18eb7884e3e23c7372e6a9..18d6cc7a6701227b9755da42b19b23e1e7c537c7 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -70,6 +70,7 @@ _js_custom_members = set([
|
|
|
| js_support_checks = {
|
| 'ArrayBuffer': "JS('bool', 'typeof window.ArrayBuffer != \"undefined\"')",
|
| + 'DOMApplicationCache': "JS('bool', '!!(window.applicationCache)')",
|
| 'HTMLContentElement': "Element.isTagSupported('content')",
|
| 'HTMLDataListElement': "Element.isTagSupported('datalist')",
|
| 'HTMLDetailsElement': "Element.isTagSupported('details')",
|
|
|