| 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 32db241096041d167d9634ed6d3b4cadd3769aba..3414c61453853d63010e806b27a02be4d7b3cbd8 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26705,7 +26705,7 @@ class Window extends EventTarget implements WindowBase, _WindowTimers, WindowBas
|
| /**
|
| * Gets an instance of the Indexed DB factory to being using Indexed DB.
|
| *
|
| - * Use [IdbFactory.supported] to check if Indexed DB is supported on the
|
| + * Use [indexed_db.IdbFactory.supported] to check if Indexed DB is supported on the
|
| * current platform.
|
| */
|
| @SupportedBrowser(SupportedBrowser.CHROME, '23.0')
|
|
|