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

Unified Diff: third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
Index: third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl
diff --git a/third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl b/third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl
index 66c288fbbc5a2cea2c83a5a513367d6369d87405..13c3aab5f10d956dad6aee926164e95b93cf4fc0 100644
--- a/third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl
+++ b/third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl
@@ -36,8 +36,8 @@ module storage {
JSNoStaticTables
] DirectoryEntrySync : EntrySync {
DirectoryReaderSync createReader() raises (FileException);
- [Custom] FileEntrySync getFile(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, in WebKitFlags flags) raises (FileException);
- [Custom] DirectoryEntrySync getDirectory(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, in WebKitFlags flags) raises (FileException);
+ FileEntrySync getFile(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, in Dictionary flags) raises (FileException);
+ DirectoryEntrySync getDirectory(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, in Dictionary flags) raises (FileException);
void removeRecursively() raises (FileException);
};
}
« no previous file with comments | « third_party/WebCore/Modules/filesystem/DirectoryEntry.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBFactory.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698