summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ProgressEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ProgressEvent.idl')
-rw-r--r--WebCore/dom/ProgressEvent.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/dom/ProgressEvent.idl b/WebCore/dom/ProgressEvent.idl
index 2db72af..afdf3a2 100644
--- a/WebCore/dom/ProgressEvent.idl
+++ b/WebCore/dom/ProgressEvent.idl
@@ -25,9 +25,7 @@
module events {
- interface [
- GenerateConstructor
- ] ProgressEvent : Event {
+ interface ProgressEvent : Event {
readonly attribute boolean lengthComputable;
readonly attribute unsigned long loaded;
readonly attribute unsigned long total;