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

Unified Diff: Source/modules/webdatabase/SQLTransaction.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
Index: Source/modules/webdatabase/SQLTransaction.idl
diff --git a/Source/modules/webdatabase/SQLTransaction.idl b/Source/modules/webdatabase/SQLTransaction.idl
index 3bb39847b26bd1d7a920d48a61f11f0815e42c74..472e1b9526fc2244254dade8e4ccee1324328a91 100644
--- a/Source/modules/webdatabase/SQLTransaction.idl
+++ b/Source/modules/webdatabase/SQLTransaction.idl
@@ -31,6 +31,7 @@
] interface SQLTransaction {
[Custom] void executeSql(DOMString sqlStatement,
ObjectArray arguments,
- [Callback] optional SQLStatementCallback callback,
- [Callback] optional SQLStatementErrorCallback errorCallback);
+ optional SQLStatementCallback callback,
+ optional SQLStatementErrorCallback errorCallback);
+
};
« no previous file with comments | « Source/modules/webdatabase/DatabaseSync.idl ('k') | Source/modules/webdatabase/WorkerContextWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698