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

Unified Diff: client/dom/generated/src/frog/IDBFactory.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: client/dom/generated/src/frog/IDBFactory.dart
diff --git a/client/dom/generated/src/frog/IDBFactory.dart b/client/dom/generated/src/frog/IDBFactory.dart
index a031d04770a40e9cb4308071672aac611ba02430..936d8a622319b0a80ccc2e2a28a2097dae5cd432 100644
--- a/client/dom/generated/src/frog/IDBFactory.dart
+++ b/client/dom/generated/src/frog/IDBFactory.dart
@@ -1,11 +1,11 @@
-class IDBFactoryJs extends DOMTypeJs implements IDBFactory native "*IDBFactory" {
+class _IDBFactoryJs extends _DOMTypeJs implements IDBFactory native "*IDBFactory" {
- int cmp(IDBKeyJs first, IDBKeyJs second) native;
+ int cmp(_IDBKeyJs first, _IDBKeyJs second) native;
- IDBVersionChangeRequestJs deleteDatabase(String name) native;
+ _IDBVersionChangeRequestJs deleteDatabase(String name) native;
- IDBRequestJs getDatabaseNames() native;
+ _IDBRequestJs getDatabaseNames() native;
- IDBRequestJs open(String name) native;
+ _IDBRequestJs open(String name) native;
}
« no previous file with comments | « client/dom/generated/src/frog/IDBDatabaseException.dart ('k') | client/dom/generated/src/frog/IDBIndex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698