diff --git a/dom/webidl/Window.webidl b/dom/webidl/Window.webidl index ca486a5e02d..a93225c44c4 100644 --- a/dom/webidl/Window.webidl +++ b/dom/webidl/Window.webidl @@ -304,9 +304,6 @@ partial interface Window { */ [Throws] readonly attribute unsigned long long mozPaintCount; - [Pure] - attribute EventHandler onwheel; - attribute EventHandler ondevicemotion; attribute EventHandler ondeviceorientation; attribute EventHandler ondeviceproximity;