| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index 30cf5d568ccecf557270c1bce42546940af25412..e55a5ab15bb1f0bf09a2d5ea8e0b5241c0c46567 100644
|
| --- a/lib/dom/dom.dart
|
| +++ b/lib/dom/dom.dart
|
| @@ -5094,7 +5094,7 @@ interface IDBDatabase extends EventTarget {
|
|
|
| IDBVersionChangeRequest setVersion(String version);
|
|
|
| - IDBTransaction transaction(storeName_OR_storeNames, [int mode]);
|
| + IDBTransaction transaction(storeName_OR_storeNames, int mode);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|