| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index b42afe282150b50e85ee76f49815eec118963737..34106176d652a219f8c65582b797e87a1e713212 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -390,7 +390,7 @@ renamed_html_members = monitored.Dict('htmlrenamer.renamed_html_members', {
|
|
|
| # Members that have multiple definitions, but their types are vary, so we rename
|
| # them to make them distinct.
|
| -renamed_overloads = monitored.Dict('htmldartgenreator.renamed_overloads', {
|
| +renamed_overloads = monitored.Dict('htmldartgenerator.renamed_overloads', {
|
| 'AudioContext.createBuffer(ArrayBuffer buffer, boolean mixToMono)':
|
| 'createBufferFromBuffer',
|
| 'CSS.supports(DOMString conditionText)': 'supportsCondition',
|
|
|