Chromium Code Reviews| 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; |