Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 8b696d6994c364da01a14a8be7b3dcdce838a0b6..5ef98b7317fb6d3244b9e6788d7a6e0a1589e591 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -347,10 +347,11 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [ |
'CanvasRenderingContext2D.webkitLineDashOffset', |
'CharacterData.remove', |
'DOMWindow.call:blur', |
- 'DOMWindow.clientInformation', |
'DOMWindow.call:focus', |
+ 'DOMWindow.clientInformation', |
'DOMWindow.get:frames', |
'DOMWindow.get:length', |
+ 'DOMWindow.on:beforeUnload', |
'DOMWindow.prompt', |
'DOMWindow.webkitCancelAnimationFrame', |
'DOMWindow.webkitCancelRequestAnimationFrame', |
@@ -448,6 +449,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [ |
'Element.set:outerHTML', |
'Element.setAttributeNode', |
'Element.setAttributeNodeNS', |
+ 'Event.returnValue', |
'Event.srcElement', |
'EventSource.URL', |
'HTMLAnchorElement.charset', |
@@ -463,6 +465,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [ |
'HTMLBodyElement.background', |
'HTMLBodyElement.bgColor', |
'HTMLBodyElement.link', |
+ 'HTMLBodyElement.on:beforeUnload', |
'HTMLBodyElement.text', |
'HTMLBodyElement.vLink', |
'HTMLDListElement.compact', |