Chromium Code Reviews

Unified Diff: Source/modules/filesystem/Metadata.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/Metadata.h ('k') | Source/modules/filesystem/SyncCallbackHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/Metadata.idl
diff --git a/Source/modules/filesystem/Metadata.idl b/Source/modules/filesystem/Metadata.idl
index ee77c0ce2ddb0262a8d7a3ee7c9e1963b7b75580..98f761eacbc975a3df2b4507b5a75333bdc55114 100644
--- a/Source/modules/filesystem/Metadata.idl
+++ b/Source/modules/filesystem/Metadata.idl
@@ -29,7 +29,8 @@
*/
[
- NoInterfaceObject
+ NoInterfaceObject,
+ WillBeGarbageCollected,
] interface Metadata {
readonly attribute Date modificationTime;
readonly attribute unsigned long long size;
« no previous file with comments | « Source/modules/filesystem/Metadata.h ('k') | Source/modules/filesystem/SyncCallbackHelper.h » ('j') | no next file with comments »

Powered by Google App Engine