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

Unified Diff: utils/apidoc/scripts/list_files.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 | « utils/apidoc/mdn/extract.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/scripts/list_files.dart
diff --git a/utils/apidoc/scripts/list_files.dart b/utils/apidoc/scripts/list_files.dart
index febadd1dc39253f3850b3a7855eb2de84f33701c..b7a62f45cd8267941c64d49126975842e1a04a00 100644
--- a/utils/apidoc/scripts/list_files.dart
+++ b/utils/apidoc/scripts/list_files.dart
@@ -11,7 +11,7 @@
#import('dart:io');
-final allowedExtensions = const [
+const allowedExtensions = const [
'.css', '.dart', '.ico', '.js', '.json', '.png', '.sh', '.txt'
];
« no previous file with comments | « utils/apidoc/mdn/extract.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698