| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 1f2325560a628dd3409a93e4b6b782f663091771..71b9467645f3ada3a587882687b130ec18de7d85 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -8,6 +8,7 @@ import re
|
|
|
| html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
|
| 'CDATASection': 'CDataSection',
|
| + 'Clipboard': 'DataTransfer',
|
| 'DOMApplicationCache': 'ApplicationCache',
|
| 'DOMCoreException': 'DomException',
|
| 'DOMFileSystem': 'FileSystem',
|
|
|