| Index: tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_Window.darttemplate b/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| index 9f0de14999f8d516e486ce6486e86f643fc34e3e..037ef2d5ab7c5c7123dd4fe666c50f5acb12a531 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| @@ -131,7 +131,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" {
|
| @SupportedBrowser(SupportedBrowser.CHROME, '23.0')
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15.0')
|
| @SupportedBrowser(SupportedBrowser.IE, '10.0')
|
| - @Experimental()
|
| + @Experimental
|
| IdbFactory get indexedDB =>
|
| JS('IdbFactory',
|
| '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
|
|
|