| Index: tools/dom/templates/html/impl/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Window.darttemplate b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| index 65a153e8574cfffcaa326444005d430784f4eec8..f60f7d495700a1eea5631c838a93ba574b92a07d 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -200,7 +200,7 @@ $if DART2JS
|
| @SupportedBrowser(SupportedBrowser.IE, '10.0')
|
| @Experimental
|
| IdbFactory get indexedDB =>
|
| - JS('IdbFactory',
|
| + JS('IdbFactory|Null', // If not supported, returns `null`.
|
| '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
|
| this, this, this);
|
|
|
|
|