Index: Source/core/events/ProgressEvent.idl |
diff --git a/Source/core/events/ProgressEvent.idl b/Source/core/events/ProgressEvent.idl |
index 5ff7270ce628f1ac967ee77dcc5637b7a522fb7f..5062deabf3c8a6840711c69ec0a05a314dbda0f6 100644 |
--- a/Source/core/events/ProgressEvent.idl |
+++ b/Source/core/events/ProgressEvent.idl |
@@ -25,10 +25,9 @@ |
// https://xhr.spec.whatwg.org/#interface-progressevent |
-// TODO(philipj): The spec has Exposed=(Window,Worker) |
-// https://github.com/whatwg/xhr/issues/19 |
[ |
Constructor(DOMString type, optional ProgressEventInit eventInitDict), |
+ Exposed=(Window,DedicatedWorker,SharedWorker) |
] interface ProgressEvent : Event { |
readonly attribute boolean lengthComputable; |
readonly attribute unsigned long long loaded; |