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); |