| Index: lib/dom/templates/html/frog/impl_Window.darttemplate
|
| diff --git a/lib/dom/templates/html/frog/impl_Window.darttemplate b/lib/dom/templates/html/frog/impl_Window.darttemplate
|
| index 2a24df9d710e2bc3afa1ca80a8c6c14327f4a0bd..6c6adbf486e92deb597b3e33b2cf1d6f1a8c809a 100644
|
| --- a/lib/dom/templates/html/frog/impl_Window.darttemplate
|
| +++ b/lib/dom/templates/html/frog/impl_Window.darttemplate
|
| @@ -48,5 +48,11 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" {
|
| this.cancelAnimationFrame = function(id) { clearTimeout(id); }
|
| ''';
|
|
|
| +
|
| + _IDBFactoryImpl get indexedDB() => _get_indexedDB();
|
| +
|
| + _IDBFactoryImpl _get_indexedDB() native
|
| + 'return this.indexedDB || this.webkitIndexedDB || this.mozIndexedDB';
|
| +
|
| $!MEMBERS
|
| }
|
|
|