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

Unified Diff: utils/apidoc/html_diff.dart

Issue 12061008: Renaming dart:html library from 'html' to 'dart.html' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate ('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 e25174553474983a62b7340ac7299a8df8f1d204..c9aaf84bbf57b288f57252b19d49aac76d49ef83 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -26,9 +26,9 @@ const List<String> HTML_LIBRARY_NAMES = const [
'dart:svg',
'dart:web_audio'];
const List<String> HTML_DECLARED_NAMES = const [
- 'html',
- 'svg',
- 'web_audio'];
+ 'dart.dom.html',
+ 'dart.dom.svg',
+ 'dart.dom.web_audio'];
/**
* A class for computing a many-to-many mapping between the types and
@@ -234,4 +234,4 @@ class HtmlDiff {
}
return new Set.from([name]);
}
-}
+}
« no previous file with comments | « tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698