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