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

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

Issue 15650003: Remove trailing commas from Blink IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to HEAD (again) 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 4de66ad1fb3fe0218a31e145a731460caa075314..d506b75983b8a304c5006186f6b9997b6ad43c11 100644
--- a/Source/modules/webdatabase/SQLTransaction.idl
+++ b/Source/modules/webdatabase/SQLTransaction.idl
@@ -27,7 +27,7 @@
*/
[
- NoInterfaceObject,
+ NoInterfaceObject
] interface SQLTransaction {
[Custom] void executeSql(DOMString sqlStatement,
ObjectArray arguments,
« 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