Chromium Code Reviews| Index: lib/html/scripts/htmlrenamer.py |
| =================================================================== |
| --- lib/html/scripts/htmlrenamer.py (revision 13097) |
| +++ lib/html/scripts/htmlrenamer.py (working copy) |
| @@ -28,6 +28,7 @@ |
| # but need to be exposed internally to implement dart:html on top of a standard |
| # browser. |
| _private_html_members = set([ |
| + 'CustomEvent.initCustomEvent', |
| 'Document.createElement', |
| 'Document.createElementNS', |
| 'Document.createEvent', |