summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl b/chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl
index 9fe584233f6..286489d726e 100644
--- a/chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl
+++ b/chromium/third_party/blink/renderer/modules/encoding/text_decoder_stream.idl
@@ -8,8 +8,7 @@
Constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options),
ConstructorCallWith=ScriptState,
RaisesException=Constructor,
- MeasureAs=TextDecoderStreamConstructor,
- RuntimeEnabled=EncodingStreams
+ MeasureAs=TextDecoderStreamConstructor
] interface TextDecoderStream {
readonly attribute DOMString encoding;
readonly attribute boolean fatal;