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

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

Issue 188503002: Oilpan: add transition types to FileSystem APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve some type names Created 6 years, 9 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/modules/filesystem/EntryCallback.idl
diff --git a/Source/modules/filesystem/EntryCallback.idl b/Source/modules/filesystem/EntryCallback.idl
index 02eebc53db9e4a54e78fe662fe632808a0dfb27e..f1a3c0bcd282285c65e85d5e7eb4c00113c3c792 100644
--- a/Source/modules/filesystem/EntryCallback.idl
+++ b/Source/modules/filesystem/EntryCallback.idl
@@ -28,6 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+[
+ WillBeGarbageCollected,
+]
callback interface EntryCallback {
void handleEvent(Entry entry);
};

Powered by Google App Engine
This is Rietveld 408576698