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

Unified Diff: client/dom/generated/src/interface/SQLStatementCallback.dart

Issue 8786016: Generate callbacks as typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add missing newline Created 9 years 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: client/dom/generated/src/interface/SQLStatementCallback.dart
diff --git a/client/dom/generated/src/interface/SQLStatementCallback.dart b/client/dom/generated/src/interface/SQLStatementCallback.dart
index 0d14595fc8a530e722f6204229b3033940c7321c..3f8fa4d5cf6abe80868e10c5f9da6b6a89bf5ab8 100644
--- a/client/dom/generated/src/interface/SQLStatementCallback.dart
+++ b/client/dom/generated/src/interface/SQLStatementCallback.dart
@@ -4,7 +4,4 @@
// WARNING: Do not edit - generated code.
-interface SQLStatementCallback {
-
- bool handleEvent(SQLTransaction transaction, SQLResultSet resultSet);
-}
+typedef bool SQLStatementCallback(SQLTransaction transaction, SQLResultSet resultSet);

Powered by Google App Engine
This is Rietveld 408576698