Chromium Code Reviews| Index: lib/html/scripts/systemhtml.py |
| =================================================================== |
| --- lib/html/scripts/systemhtml.py (revision 13149) |
| +++ lib/html/scripts/systemhtml.py (working copy) |
| @@ -11,6 +11,7 @@ |
| from systembase import * |
| _js_custom_members = set([ |
| + 'CSSStyleDeclaration.getPropertyValue', |
| 'CSSStyleDeclaration.setProperty', |
| 'Element.insertAdjacentElement', |
| 'Element.insertAdjacentHTML', |