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

Unified Diff: Modules/filesystem/FileEntry.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/EntrySync.idl ('k') | Modules/filesystem/FileEntrySync.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/filesystem/FileEntry.idl
diff --git a/Modules/filesystem/FileEntry.idl b/Modules/filesystem/FileEntry.idl
index 9bad5515e917c0cc094794b652cacc76a5ed173d..1735dc1b2f10846f2a80783231f285f7acbc8746 100644
--- a/Modules/filesystem/FileEntry.idl
+++ b/Modules/filesystem/FileEntry.idl
@@ -29,10 +29,7 @@
*/
[
- Conditional=FILE_SYSTEM,
- JSGenerateToNativeObject,
- JSGenerateToJSObject,
- JSNoStaticTables
+ Conditional=FILE_SYSTEM
] interface FileEntry : Entry {
void createWriter(in [Callback] FileWriterCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
void file(in [Callback] FileCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
« no previous file with comments | « Modules/filesystem/EntrySync.idl ('k') | Modules/filesystem/FileEntrySync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698