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

Unified Diff: lib/dom/templates/html/interface/interface_Window.darttemplate

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/templates/html/interface/interface_Window.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_Window.darttemplate b/lib/dom/templates/html/interface/interface_Window.darttemplate
index 7bc4c54302c9f7d211ff401226e5e1ae1de4228f..cc575b1c3c1f450f7b5d2d11bb65db13e60f8c3d 100644
--- a/lib/dom/templates/html/interface/interface_Window.darttemplate
+++ b/lib/dom/templates/html/interface/interface_Window.darttemplate
@@ -20,5 +20,7 @@ interface $ID$EXTENDS {
void cancelAnimationFrame(int id);
+ IDBFactory get indexedDB();
+
$!MEMBERS
}

Powered by Google App Engine
This is Rietveld 408576698