| Index: modules/filesystem/FileWriterSync.idl
|
| diff --git a/modules/filesystem/FileWriterSync.idl b/modules/filesystem/FileWriterSync.idl
|
| index 9b746bd1e29194e2ef50412d42fd74d48f5b67d7..40fca495ad446a589ea7f3af1a97ac94d5754a9c 100644
|
| --- a/modules/filesystem/FileWriterSync.idl
|
| +++ b/modules/filesystem/FileWriterSync.idl
|
| @@ -29,7 +29,8 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject
|
| + NoInterfaceObject,
|
| + GarbageCollected,
|
| ] interface FileWriterSync {
|
| // synchronous write/modify methods
|
| [RaisesException] void write(Blob data);
|
|
|