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

Unified Diff: Source/modules/filesystem/DirectoryReader.idl

Issue 14384004: Get rid of [Callback] extended attribute for parameters in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix whitespace issue in generated bindings 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 | « Source/modules/filesystem/DirectoryEntry.idl ('k') | Source/modules/filesystem/Entry.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DirectoryReader.idl
diff --git a/Source/modules/filesystem/DirectoryReader.idl b/Source/modules/filesystem/DirectoryReader.idl
index b6930b5be43c1f0189e79c60e37ff373bf9f2f5c..b93aa62c868ed50fdaf671259f5f47de38e8fb1e 100644
--- a/Source/modules/filesystem/DirectoryReader.idl
+++ b/Source/modules/filesystem/DirectoryReader.idl
@@ -31,5 +31,5 @@
[
ImplementationLacksVTable
] interface DirectoryReader {
- void readEntries([Callback] EntriesCallback successCallback, [Callback] optional ErrorCallback errorCallback);
+ void readEntries(EntriesCallback successCallback, optional ErrorCallback errorCallback);
};
« no previous file with comments | « Source/modules/filesystem/DirectoryEntry.idl ('k') | Source/modules/filesystem/Entry.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698