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

Unified Diff: utils/apidoc/html_diff.dart

Issue 10914255: Changed final to const in apidoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « no previous file | utils/apidoc/mdn/extract.dart » ('j') | 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 a3b409ad8bd3c3787e78ab32519ae24ecb8d1628..e8654efbbdeaa3e8cb827819e8e4fa9a7e4f2d95 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -15,7 +15,7 @@
#import('../../pkg/dartdoc/mirrors/mirrors.dart');
#import('../../pkg/dartdoc/mirrors/mirrors_util.dart');
-final HTML_LIBRARY_NAME = 'dart:html';
+const HTML_LIBRARY_NAME = 'dart:html';
/**
* A class for computing a many-to-many mapping between the types and
@@ -44,7 +44,7 @@ final HTML_LIBRARY_NAME = 'dart:html';
* types.
*/
class HtmlDiff {
- /**
+ /**
* A map from `dart:html` members to the corresponding fully qualified
* `@domName` member(s).
*/
« no previous file with comments | « no previous file | utils/apidoc/mdn/extract.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698