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

Unified Diff: third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « third_party/WebCore/Modules/webaudio/ChannelSplitterNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
diff --git a/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl b/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
index 305855dbbfdcfb9ca82ea34392a4a8d1eff59ef0..51fba661b8646ff2b3738198734f710a49ded0a6 100644
--- a/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
+++ b/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
@@ -33,5 +33,5 @@
ImplementationLacksVTable
] interface SQLResultSetRowList {
readonly attribute unsigned long length;
- [Custom] DOMObject item(in unsigned long index);
+ [Custom] any item(in unsigned long index);
};
« no previous file with comments | « third_party/WebCore/Modules/webaudio/ChannelSplitterNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698