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

Unified Diff: Source/modules/webdatabase/SQLTransactionErrorCallback.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/SQLTransactionErrorCallback.idl
diff --git a/Source/modules/webdatabase/SQLTransactionErrorCallback.idl b/Source/modules/webdatabase/SQLTransactionErrorCallback.idl
index 59df1a87807b37a395ed665f25eaa0034d1c4441..efe64a0824499be108fa3c037ce837f638ed16fb 100644
--- a/Source/modules/webdatabase/SQLTransactionErrorCallback.idl
+++ b/Source/modules/webdatabase/SQLTransactionErrorCallback.idl
@@ -26,8 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface SQLTransactionErrorCallback {
+callback interface SQLTransactionErrorCallback {
boolean handleEvent(SQLError error);
};
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionCallback.idl ('k') | Source/modules/webdatabase/SQLTransactionSyncCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698