Chromium Code Reviews| Index: lib/html/scripts/systemhtml.py |
| =================================================================== |
| --- lib/html/scripts/systemhtml.py (revision 13188) |
| +++ lib/html/scripts/systemhtml.py (working copy) |
| @@ -13,6 +13,7 @@ |
| _js_custom_members = set([ |
| 'AudioBufferSourceNode.start', |
| 'AudioBufferSourceNode.stop', |
| + 'CSSStyleDeclaration.getPropertyValue', |
| 'CSSStyleDeclaration.setProperty', |
| 'Element.insertAdjacentElement', |
| 'Element.insertAdjacentHTML', |