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

Unified Diff: utils/apidoc/html_diff.dart

Issue 14198010: Revert "Remove dartdoc specific methods from dart2js_mirror." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/_internal/dartdoc/lib/src/dart2js_mirrors.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/html_diff.dart
diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
index 47f0ab5754fb73ed12b92460ea81b35cf905a834..ef6096c22f0dac70fb9914134ff78891cd8b1c07 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -93,7 +93,7 @@ class HtmlDiff {
var result = new Completer();
var provider = new SourceFileProvider();
var handler = new FormattingDiagnosticHandler(provider);
- Future<MirrorSystem> analysis = analyze(
+ Future<MirrorSystem> analysis = analyzeUri(
HTML_LIBRARY_URIS, libraryRoot, null,
provider.readStringFromUri,
handler.diagnosticHandler);
« no previous file with comments | « sdk/lib/_internal/dartdoc/lib/src/dart2js_mirrors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698