summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/WheelEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/WheelEvent.idl')
-rw-r--r--WebCore/dom/WheelEvent.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/dom/WheelEvent.idl b/WebCore/dom/WheelEvent.idl
index 4cba4ac..a8481a0 100644
--- a/WebCore/dom/WheelEvent.idl
+++ b/WebCore/dom/WheelEvent.idl
@@ -21,9 +21,7 @@
module events {
// Based off of proposed IDL interface for WheelEvent:
- interface [
- GenerateConstructor
- ] WheelEvent : UIEvent {
+ interface WheelEvent : UIEvent {
readonly attribute long screenX;
readonly attribute long screenY;
readonly attribute long clientX;