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

Unified Diff: sdk/lib/html/templates/html/dart2js/impl_Window.darttemplate

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/dart2js/impl_Window.darttemplate
diff --git a/sdk/lib/html/templates/html/dart2js/impl_Window.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_Window.darttemplate
index d05349c3550e6fb151454a8e75145964e8577213..f302c156a12dd03f5362eb02574af976d068951d 100644
--- a/sdk/lib/html/templates/html/dart2js/impl_Window.darttemplate
+++ b/sdk/lib/html/templates/html/dart2js/impl_Window.darttemplate
@@ -123,8 +123,8 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" {
this);
}
- IDBFactory get indexedDB =>
- JS('IDBFactory',
+ IdbFactory get indexedDB =>
+ JS('IdbFactory',
'#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
this, this, this);

Powered by Google App Engine
This is Rietveld 408576698