Index: third_party/WebCore/dom/ProgressEvent.idl |
diff --git a/third_party/WebCore/dom/ProgressEvent.idl b/third_party/WebCore/dom/ProgressEvent.idl |
index f8d0b5bafddd5177f89646de00f1d2d268bf893f..525fa4ae93f2d7b33da05279409beb195bfaea21 100644 |
--- a/third_party/WebCore/dom/ProgressEvent.idl |
+++ b/third_party/WebCore/dom/ProgressEvent.idl |
@@ -26,7 +26,8 @@ |
module events { |
interface [ |
- ConstructorTemplate=Event |
+ ConstructorTemplate=Event, |
+ JSNoStaticTables |
] ProgressEvent : Event { |
readonly attribute [InitializedByEventConstructor] boolean lengthComputable; |
readonly attribute [InitializedByEventConstructor] unsigned long long loaded; |