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

Unified Diff: Source/modules/encoding/TextDecoder.idl

Issue 157623002: Revert of Move encoding module to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/modules/encoding/TextDecoder.cpp ('k') | Source/modules/encoding/TextEncoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encoding/TextDecoder.idl
diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl
index b9f690360154509454424460148f766cb710dd00..136b0ef204d8349bd667a78a4e8e5e52849646a2 100644
--- a/Source/modules/encoding/TextDecoder.idl
+++ b/Source/modules/encoding/TextDecoder.idl
@@ -32,8 +32,7 @@
RuntimeEnabled=EncodingAPI,
GlobalContext=Window&WorkerGlobalScope,
Constructor([Default=NullString] optional DOMString label, optional Dictionary options),
- RaisesException=Constructor,
- GarbageCollected
+ RaisesException=Constructor
] interface TextDecoder {
readonly attribute DOMString encoding;
[RaisesException] DOMString decode(optional ArrayBufferView input, optional Dictionary options);
« no previous file with comments | « Source/modules/encoding/TextDecoder.cpp ('k') | Source/modules/encoding/TextEncoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698