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

Unified Diff: Source/modules/webdatabase/SQLTransactionSyncCallback.idl

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master 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/SQLTransactionSyncCallback.idl
diff --git a/Source/modules/webdatabase/SQLTransactionSyncCallback.idl b/Source/modules/webdatabase/SQLTransactionSyncCallback.idl
index cfc8c588ded0b20aee394839bc874b84e85ebd66..08bd0b37c4fa43b6b1099d0f34f5a29bb97edbe9 100644
--- a/Source/modules/webdatabase/SQLTransactionSyncCallback.idl
+++ b/Source/modules/webdatabase/SQLTransactionSyncCallback.idl
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface SQLTransactionSyncCallback {
+callback interface SQLTransactionSyncCallback {
boolean handleEvent(SQLTransactionSync transaction);
};
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionErrorCallback.idl ('k') | Source/modules/webmidi/MIDIErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698