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

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

Issue 201623003: Rollback transactions by observing them weakly from DatabaseSync. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/SQLTransactionSync.idl
diff --git a/Source/modules/webdatabase/SQLTransactionSync.idl b/Source/modules/webdatabase/SQLTransactionSync.idl
index a4e3a9db401ffb31d108b588bd1d38467577d921..7cbb0e65ceb5fc75a6ce95827b30eeb2647fcd8e 100644
--- a/Source/modules/webdatabase/SQLTransactionSync.idl
+++ b/Source/modules/webdatabase/SQLTransactionSync.idl
@@ -29,6 +29,7 @@
*/
[
+ WillBeGarbageCollected,
NoInterfaceObject,
] interface SQLTransactionSync {
[RaisesException, Custom] SQLResultSet executeSql(DOMString sqlStatement, object[] arguments);

Powered by Google App Engine
This is Rietveld 408576698