Index: Modules/filesystem/DirectoryEntry.idl |
diff --git a/Modules/filesystem/DirectoryEntry.idl b/Modules/filesystem/DirectoryEntry.idl |
index 63b427ab4b53c5505512bcb9c9752510335fa684..3f18600d7101c630862e828707c0c214be35f4a3 100644 |
--- a/Modules/filesystem/DirectoryEntry.idl |
+++ b/Modules/filesystem/DirectoryEntry.idl |
@@ -29,10 +29,7 @@ |
*/ |
[ |
- Conditional=FILE_SYSTEM, |
- JSGenerateToNativeObject, |
- JSGenerateToJSObject, |
- JSNoStaticTables |
+ Conditional=FILE_SYSTEM |
] interface DirectoryEntry : Entry { |
DirectoryReader createReader(); |
void getFile(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, in [Optional] Dictionary options, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback); |