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