summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl b/chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl
index 9b746bd1e29..40fca495ad4 100644
--- a/chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl
+++ b/chromium/third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl
@@ -29,7 +29,8 @@
*/
[
- NoInterfaceObject
+ NoInterfaceObject,
+ GarbageCollected,
] interface FileWriterSync {
// synchronous write/modify methods
[RaisesException] void write(Blob data);