| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index e388a4860639f42295bbe4248854f93fe1f06bd2..afd60dc0444434c63177fc074f5acee320e8d584 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\"')",
|
| + 'DOMFileSystem': "JS('bool', '!!(window.webkitRequestFileSystem)')",
|
| 'HTMLContentElement': "Element.isTagSupported('content')",
|
| 'HTMLDataListElement': "Element.isTagSupported('datalist')",
|
| 'HTMLDetailsElement': "Element.isTagSupported('details')",
|
|
|