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

Unified Diff: modules/webdatabase/SQLResultSet.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « modules/webdatabase/SQLError.idl ('k') | modules/webdatabase/SQLResultSetRowList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webdatabase/SQLResultSet.idl
diff --git a/modules/webdatabase/SQLResultSet.idl b/modules/webdatabase/SQLResultSet.idl
index 8b61f249112be3f2e304d4027364cf737a35bde4..24c04c283037b52fc2cf5ec31d8deee5afe9a5a2 100644
--- a/modules/webdatabase/SQLResultSet.idl
+++ b/modules/webdatabase/SQLResultSet.idl
@@ -28,7 +28,7 @@
[
NoInterfaceObject,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface SQLResultSet {
readonly attribute SQLResultSetRowList rows;
« no previous file with comments | « modules/webdatabase/SQLError.idl ('k') | modules/webdatabase/SQLResultSetRowList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698