| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index 480c13d8575888d94df32a3b396aebbdb9514bff..7d10be8d379322692ce1408bf5ff3fe8055121be 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -268,12 +268,7 @@ _html_library_remove = set([
|
| "Node.get:PROCESSING_INSTRUCTION_NODE",
|
| "Notification.dispatchEvent",
|
| "Notification.addEventListener",
|
| - "Notification.removeEventListener",
|
| - "IFrameElement.get:contentDocument",
|
| - "IFrameElement.get:contentWindow",
|
| - "Window.get:frameElement",
|
| - "Window.get:top",
|
| - ])
|
| + "Notification.removeEventListener"])
|
|
|
| # Events without onEventName attributes in the IDL we want to support.
|
| # We can automatically extract most event event names by checking for
|
|
|