Chromium Code Reviews| Index: tools/dom/scripts/generator.py |
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py |
| index 92768dcb0b92a2a2889c53fe2c95d33ec9755662..b263e263cc8bb86b383ab514e12debdcf930adde 100644 |
| --- a/tools/dom/scripts/generator.py |
| +++ b/tools/dom/scripts/generator.py |
| @@ -21,6 +21,8 @@ _pure_interfaces = monitored.Set('generator._pure_interfaces', [ |
| 'EventHandler', |
| 'MediaQueryListListener', |
| 'MutationCallback', |
| + 'NavigatorID', |
| + 'NavigatorOnLine', |
| 'ParentNode', |
| 'SVGExternalResourcesRequired', |
| 'SVGFilterPrimitiveStandardAttributes', |
| @@ -98,8 +100,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict( |
| # IE Firefox |
| 'CSSStyleDeclaration,MSStyleCSSProperties,CSS2Properties', |
| - 'DOMApplicationCache': |
| - 'ApplicationCache,DOMApplicationCache,OfflineResourceList', |
| + 'ApplicationCache': |
| + 'ApplicationCache,ApplicationCache,OfflineResourceList', |
|
blois
2013/08/30 20:15:19
The item in the value should remain DOMApplication
Jacob
2013/08/30 20:27:15
Good catch. Done.
|
| 'HTMLTableCellElement': |
| 'HTMLTableCellElement,HTMLTableDataCellElement,HTMLTableHeaderCellElement', |