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

Unified Diff: lib/html/frog/html_frog.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 10392065: Regenerate dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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:
Download patch
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/frog/html_frog.dart
diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
index d9fc7b6005f496fb3eb4dc6182ba65ca69b9948a..89c4b9eb24730ae1be47c802e0c9bb73546b8b41 100644
--- a/lib/html/frog/html_frog.dart
+++ b/lib/html/frog/html_frog.dart
@@ -7523,7 +7523,7 @@ class _IDBDatabaseImpl extends _EventTargetImpl implements IDBDatabase native "*
_IDBVersionChangeRequestImpl setVersion(String version) native;
- _IDBTransactionImpl transaction(storeName_OR_storeNames, [int mode = null]) native;
+ _IDBTransactionImpl transaction(storeName_OR_storeNames, int mode) native;
}
class _IDBDatabaseEventsImpl extends _EventsImpl implements IDBDatabaseEvents {
@@ -24371,7 +24371,7 @@ interface IDBDatabase extends EventTarget {
IDBVersionChangeRequest setVersion(String version);
/** @domName IDBDatabase.transaction */
- IDBTransaction transaction(storeName_OR_storeNames, [int mode]);
+ IDBTransaction transaction(storeName_OR_storeNames, int mode);
}
interface IDBDatabaseEvents extends Events {
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698