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

Unified Diff: lib/dom/dom.dart

Issue 10540016: indexedDB work (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/dom/dom.dart
diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
index 6c621fe50ca49275e2ec56a971cad78b146663fe..76bc51ca0a01f7de953dd45f4788c5cca53c0643 100644
--- a/lib/dom/dom.dart
+++ b/lib/dom/dom.dart
@@ -5126,7 +5126,7 @@ interface IDBDatabase extends EventTarget {
IDBVersionChangeRequest setVersion(String version);
- IDBTransaction transaction(storeName_OR_storeNames, mode);
+ IDBTransaction transaction(storeName_OR_storeNames, String 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
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | lib/dom/templates/html/frog/impl_IDBDatabase.darttemplate » ('J')

Powered by Google App Engine
This is Rietveld 408576698