| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index d438afe67ff8dfb3e60b5898777d465cfc240c9a..2503ff95aa2c0e74af6c3bdaf7b8b37a69c359f0 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -397,7 +397,7 @@ js_support_checks = dict({
|
| 'Crypto':
|
| "JS('bool', '!!(window.crypto && window.crypto.getRandomValues)')",
|
| 'Database': "JS('bool', '!!(window.openDatabase)')",
|
| - 'DOMApplicationCache': "JS('bool', '!!(window.applicationCache)')",
|
| + 'ApplicationCache': "JS('bool', '!!(window.applicationCache)')",
|
| 'DOMFileSystem': "JS('bool', '!!(window.webkitRequestFileSystem)')",
|
| 'FormData': "JS('bool', '!!(window.FormData)')",
|
| 'HashChangeEvent': "Device.isEventTypeSupported('HashChangeEvent')",
|
|
|