| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index ef5348d835304e83eb0ac0e98d1b1be78202fabd..c4f8f13abd0ee420aaac6226f163d8a589eef021 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -70,7 +70,6 @@ _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')",
|
|
|