| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 815a6fd32a15131c39ee73a94d78333c2aa22148..917f711df006e5cb83a7c5c75dcb12b45279670f 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -22611,7 +22611,7 @@ class Window extends EventTarget implements WindowBase native "Window,DOMWindow"
|
| @SupportedBrowser(SupportedBrowser.IE, '10.0')
|
| @Experimental
|
| IdbFactory get indexedDB =>
|
| - JS('IdbFactory',
|
| + JS('IdbFactory|Null',
|
| '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
|
| this, this, this);
|
|
|
|
|