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

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

Issue 234863002: Oilpan: Enable Oilpan in modules/encoding (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/TextEncoder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encoding/TextEncoder.idl
diff --git a/Source/modules/encoding/TextEncoder.idl b/Source/modules/encoding/TextEncoder.idl
index 0428015fb07cd540130112a9825fd582b68417db..30440ebd901bbff174673df5dc7791e7ce1a1ead 100644
--- a/Source/modules/encoding/TextEncoder.idl
+++ b/Source/modules/encoding/TextEncoder.idl
@@ -33,7 +33,7 @@
GlobalContext=Window&WorkerGlobalScope,
Constructor([Default=NullString] optional DOMString utfLabel),
RaisesException=Constructor,
- WillBeGarbageCollected
+ GarbageCollected
] interface TextEncoder {
readonly attribute DOMString encoding;
Uint8Array encode([Default=NullString] optional DOMString input, optional Dictionary options);
« no previous file with comments | « Source/modules/encoding/TextEncoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698