Index: dom/ProgressEvent.idl |
diff --git a/dom/ProgressEvent.idl b/dom/ProgressEvent.idl |
index ae25a9564c73de30efba0076711a959fc28e1bd9..fd821297885d5e9edeeb0acf755342d57e292d2f 100644 |
--- a/dom/ProgressEvent.idl |
+++ b/dom/ProgressEvent.idl |
@@ -24,8 +24,7 @@ |
*/ |
[ |
- ConstructorTemplate=Event, |
- JSNoStaticTables |
+ ConstructorTemplate=Event |
] interface ProgressEvent : Event { |
[InitializedByEventConstructor] readonly attribute boolean lengthComputable; |
[InitializedByEventConstructor] readonly attribute unsigned long long loaded; |