| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index f0eb0e8314f21f18aeb4a83277505eb43fcca465..f202d2e59ac9ac535bdb75672eef65c1c27894e1 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -38,9 +38,9 @@ html_interface_renames = {
|
| 'XMLHttpRequestUpload': 'HttpRequestUpload',
|
| }
|
|
|
| -html_interface_removes = {
|
| +html_interface_removes = [
|
| 'AppletElement',
|
| -}
|
| +]
|
|
|
| # Members from the standard dom that should not be exposed publicly in dart:html
|
| # but need to be exposed internally to implement dart:html on top of a standard
|
|
|