Index: Source/modules/encoding/TextDecoder.idl |
diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl |
index b9f690360154509454424460148f766cb710dd00..f3479aebb9aecf897e9442c8f736a8bab674eb33 100644 |
--- a/Source/modules/encoding/TextDecoder.idl |
+++ b/Source/modules/encoding/TextDecoder.idl |
@@ -30,7 +30,7 @@ |
[ |
RuntimeEnabled=EncodingAPI, |
- GlobalContext=Window&WorkerGlobalScope, |
+ Exposed=Window&Worker, |
Constructor([Default=NullString] optional DOMString label, optional Dictionary options), |
RaisesException=Constructor, |
GarbageCollected |