| 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 908f4c41300230d37f30d2afaaca18281ff7bddc..4c66441ec720ba0525e187475e32061f39ba9cbd 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -178,7 +178,7 @@ $if DART2JS
|
| @SupportedBrowser(SupportedBrowser.IE, '10.0')
|
| @Experimental()
|
| IdbFactory get indexedDB =>
|
| - JS('IdbFactory|Null', // If not supported, returns `null`.
|
| + JS('IdbFactory|Null', // If not supported, returns null.
|
| '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
|
| this, this, this);
|
|
|
|
|