Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2766)

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 65403002: Properly resolve qualified names in documenation (possibly from other libraries). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « pkg/docgen/lib/docgen.dart ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « pkg/docgen/lib/docgen.dart ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698