Index: Source/modules/filesystem/DirectoryEntry.idl |
diff --git a/Source/modules/filesystem/DirectoryEntry.idl b/Source/modules/filesystem/DirectoryEntry.idl |
index c979b44612718aaf5c68a7ae7d56e7a2f1a6e799..3e51b116bb79fd5c2153d3d6b0c3a232386be992 100644 |
--- a/Source/modules/filesystem/DirectoryEntry.idl |
+++ b/Source/modules/filesystem/DirectoryEntry.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- NoInterfaceObject, |
+ NoInterfaceObject |
] interface DirectoryEntry : Entry { |
DirectoryReader createReader(); |
void getFile([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback); |