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

Unified Diff: pkg/dartdoc/lib/classify.dart

Issue 10986063: Removed use of GT_GT_GT_TOKEN/GT_GT_GT_EQ_TOKEN in dartdoc. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartdoc/lib/classify.dart
diff --git a/pkg/dartdoc/lib/classify.dart b/pkg/dartdoc/lib/classify.dart
index 98f1dc5e98034970748e08629013ce85b82eacc2..ce25044c17728c13015b83d1609a85495fbe2d09 100644
--- a/pkg/dartdoc/lib/classify.dart
+++ b/pkg/dartdoc/lib/classify.dart
@@ -148,7 +148,6 @@ String classify(Token token) {
case CARET_EQ_TOKEN:
case AMPERSAND_EQ_TOKEN:
case LT_LT_EQ_TOKEN:
- case GT_GT_GT_EQ_TOKEN:
case GT_GT_EQ_TOKEN:
case PLUS_EQ_TOKEN:
case MINUS_EQ_TOKEN:
@@ -163,7 +162,6 @@ String classify(Token token) {
case CARET_TOKEN:
case AMPERSAND_TOKEN:
case LT_LT_TOKEN:
- case GT_GT_GT_TOKEN:
case GT_GT_TOKEN:
case PLUS_TOKEN:
case MINUS_TOKEN:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698