| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index d822bc0edb20619bb0f78468b78bd04b37b9e001..713efe320eb85bc512e5a80722eed8783d142479 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -230,7 +230,7 @@ interface DataView {
|
| // TODO(vsm): Define new names for these (see b/4436830).
|
| [Supplemental]
|
| interface IDBCursor {
|
| - [DartName=continueFunction] void continue([Optional] in any key);
|
| + [DartName=next] void continue([Optional] in any key);
|
| };
|
| [Supplemental]
|
| interface IDBDatabase {
|
|
|