Index: Source/modules/filesystem/FileWriterSync.idl |
diff --git a/Source/modules/filesystem/FileWriterSync.idl b/Source/modules/filesystem/FileWriterSync.idl |
index 82668505865aac7bbe009150ebac938ae0d72c5e..3933fcbaf657d1710bf4d73dde1b4dab9f4261b3 100644 |
--- a/Source/modules/filesystem/FileWriterSync.idl |
+++ b/Source/modules/filesystem/FileWriterSync.idl |
@@ -28,7 +28,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface FileWriterSync { |
+[ |
+ NoInterfaceObject, |
+] interface FileWriterSync { |
// synchronous write/modify methods |
[RaisesException] void write(Blob data); |
[RaisesException] void seek(long long position); |