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

Unified Diff: Source/core/fileapi/File.idl

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/fileapi/File.idl
diff --git a/Source/core/fileapi/File.idl b/Source/core/fileapi/File.idl
index 4640ad34f8bcaf98548f437a0a0f629c04410f90..8e94b607a8905844a86a041fd9e1c3d10ed9cc97 100644
--- a/Source/core/fileapi/File.idl
+++ b/Source/core/fileapi/File.idl
@@ -24,6 +24,7 @@
*/
[
+ WillBeGarbageCollected,
CustomConstructor(sequence<any> blobParts, DOMString fileName, optional BlobPropertyBag options),
GlobalContext=Window&WorkerGlobalScope,
] interface File : Blob {

Powered by Google App Engine
This is Rietveld 408576698