Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html |
index a17638be2d26f8fcc6dc8ba4172858ccbe083f5c..7a162bc6f09ffc7bc15984a67cc2d4c2dd27011f 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness.html |
@@ -38,7 +38,7 @@ interface TextDecoder { |
// 8.2 Interface TextDecoder |
-[Constructor(optional DOMString utfLabel = "utf-8"), |
+[Constructor, |
Exposed=Window,Worker] |
interface TextEncoder { |
readonly attribute DOMString encoding; |