Index: Source/modules/filesystem/FileSystemFlags.idl |
diff --git a/Source/modules/filesystem/FileSystemFlags.idl b/Source/modules/filesystem/FileSystemFlags.idl |
index 8e66941d06b2be74f90e9d7f63a0056330d1c3ff..84707ae97d29c04621d565d0f18b38eeb4ab8555 100644 |
--- a/Source/modules/filesystem/FileSystemFlags.idl |
+++ b/Source/modules/filesystem/FileSystemFlags.idl |
@@ -6,9 +6,7 @@ |
// In the spec, the flags don't have default values, but Blink assumes |
// that they are false when not specified. |
-[ |
- GarbageCollected |
-] dictionary FileSystemFlags { |
+dictionary FileSystemFlags { |
// [ImplementedAs] is used to workaround a name conflict; our IDL |
// compiler generates create() static method which creates an impl instance. |
[ImplementedAs=createFlag] boolean create = false; |