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

Unified Diff: sdk/lib/html/templates/html/dartium/html_dartium.darttemplate

Issue 11434079: Adding dart:indexed_db. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Syncing with latest. Created 8 years 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: sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
diff --git a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
index e0322102319fb2505c9024a04ff2dbc3a8817543..152bb136504d6d3409fa927b6d2d8276572d9c5d 100644
--- a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
+++ b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
@@ -9,6 +9,7 @@ library html;
import 'dart:collection';
import 'dart:html_common';
+import 'dart:indexed_db';
import 'dart:isolate';
import 'dart:json';
import 'dart:nativewrappers';

Powered by Google App Engine
This is Rietveld 408576698