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

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

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 years, 7 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 472e1b9526fc2244254dade8e4ccee1324328a91..2c0207c958aae703bb1aafd2ba2c9761f07a61cb 100644
--- a/Source/modules/webdatabase/SQLTransaction.idl
+++ b/Source/modules/webdatabase/SQLTransaction.idl
@@ -27,6 +27,7 @@
*/
[
+ NoInterfaceObject,
ImplementationLacksVTable
] interface SQLTransaction {
[Custom] void executeSql(DOMString sqlStatement,
« no previous file with comments | « Source/modules/webdatabase/SQLResultSetRowList.idl ('k') | Source/modules/webdatabase/SQLTransactionSync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698