| Index: tools/dom/scripts/htmlrenamer.py
 | 
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
 | 
| index 4e35826d83fbca96d1123b9a0cc42a8d6ecbe99c..6834f8e0f250e69ae53696510d4f1da2662950c9 100644
 | 
| --- a/tools/dom/scripts/htmlrenamer.py
 | 
| +++ b/tools/dom/scripts/htmlrenamer.py
 | 
| @@ -225,6 +225,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
 | 
|    'Element.removeAttributeNS',
 | 
|    'Element.hasAttribute',
 | 
|    'Element.hasAttributeNS',
 | 
| +  'Element.innerHTML',
 | 
|    'Element.querySelectorAll',
 | 
|    'Event.initEvent',
 | 
|    'Geolocation.clearWatch',
 | 
| 
 |