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

Unified Diff: utils/apidoc/mdn/extract.dart

Issue 10887023: Use new try-catch syntax in runtime/, tools/, and utils/. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/testing/dart/test_options.dart ('k') | utils/css/css.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/extract.dart
diff --git a/utils/apidoc/mdn/extract.dart b/utils/apidoc/mdn/extract.dart
index 843a5b0edd57434a23ca22efc9a98370e0a3a3f3..61d5a3c612d9711a1da645ecb34e741a628fb7c2 100644
--- a/utils/apidoc/mdn/extract.dart
+++ b/utils/apidoc/mdn/extract.dart
@@ -31,7 +31,7 @@ ClientRect getClientRect(Node n) {
* be removed when extracting blocks of documentation. This is helpful when
* running this script in a web browser as it is easy to visually see what
* blocks of information were extracted when using CSS such as DEBUG_CSS
- * which highlights elements that should be removed.
+ * which highlights elements that should be removed.
*/
final DART_REMOVED = "dart-removed";
@@ -1194,7 +1194,7 @@ void run() {
foundMatch = true;
break;
}
- } catch(e) {}
+ } catch (e) {}
}
if (!foundMatch) {
dbEntry['skipped'] = true;
« no previous file with comments | « tools/testing/dart/test_options.dart ('k') | utils/css/css.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698