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