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