Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: modules/encoding/TextEncoder.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/encoding/TextDecoder.idl ('k') | modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/encoding/TextEncoder.idl
diff --git a/modules/encoding/TextEncoder.idl b/modules/encoding/TextEncoder.idl
index 7e284d5efb7e68a4179390ca83e88c377e90cee3..8812f044c97f32c2e7c51dbb90a0b1b3368a3451 100644
--- a/modules/encoding/TextEncoder.idl
+++ b/modules/encoding/TextEncoder.idl
@@ -29,7 +29,6 @@
*/
[
- RuntimeEnabled=EncodingAPI,
Exposed=(Window,Worker),
Constructor(optional DOMString utfLabel = "utf-8"),
RaisesException=Constructor,
@@ -37,5 +36,5 @@
MeasureAs=TextEncoderConstructor
] interface TextEncoder {
readonly attribute DOMString encoding;
- [MeasureAs=TextEncoderEncode] Uint8Array encode(optional ScalarValueString input = "");
+ [MeasureAs=TextEncoderEncode] Uint8Array encode(optional USVString input = "");
};
« no previous file with comments | « modules/encoding/TextDecoder.idl ('k') | modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698