| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 08156facfa034ea8ced6e25d5886a587277dfeee..9aedbf3830754956ca1c53acc82ba04f19aa4e0c 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -72,6 +72,7 @@ _js_custom_members = set([
|
|
|
| js_support_checks = {
|
| 'ArrayBuffer': "JS('bool', 'typeof window.ArrayBuffer != \"undefined\"')",
|
| + 'Database': "JS('bool', '!!(window.openDatabase)')",
|
| 'DOMApplicationCache': "JS('bool', '!!(window.applicationCache)')",
|
| 'DOMFileSystem': "JS('bool', '!!(window.webkitRequestFileSystem)')",
|
| 'HashChangeEvent': "Event._isTypeSupported('HashChangeEvent')",
|
|
|