Chromium Code Reviews

Unified Diff: Source/modules/filesystem/FileWriterSync.idl

Issue 188503002: Oilpan: add transition types to FileSystem APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.h ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriterSync.idl
diff --git a/Source/modules/filesystem/FileWriterSync.idl b/Source/modules/filesystem/FileWriterSync.idl
index 9b746bd1e29194e2ef50412d42fd74d48f5b67d7..d5b1fd5c19bdd16550343b7850b6b237ccd35960 100644
--- a/Source/modules/filesystem/FileWriterSync.idl
+++ b/Source/modules/filesystem/FileWriterSync.idl
@@ -29,7 +29,8 @@
*/
[
- NoInterfaceObject
+ NoInterfaceObject,
+ WillBeGarbageCollected,
] interface FileWriterSync {
// synchronous write/modify methods
[RaisesException] void write(Blob data);
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.h ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine