Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: Modules/filesystem/DirectoryEntry.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Modules/filesystem/DataTransferItemFileSystem.idl ('k') | Modules/filesystem/DirectoryEntrySync.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Modules/filesystem/DataTransferItemFileSystem.idl ('k') | Modules/filesystem/DirectoryEntrySync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698