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

Unified Diff: lib/src/encoding_parser.dart

Issue 2560823004: Strong mode fixes for html package (Closed)
Patch Set: Created 4 years 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 | « lib/dom.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/encoding_parser.dart
diff --git a/lib/src/encoding_parser.dart b/lib/src/encoding_parser.dart
index 0b84989ade70f499d80945d61f1ed94e7c68ae8e..9da260bed305e3303b9381a0e9bd5888e50a98be 100644
--- a/lib/src/encoding_parser.dart
+++ b/lib/src/encoding_parser.dart
@@ -200,7 +200,6 @@ class EncodingParser {
}
}
}
- return true; // unreachable
}
bool handlePossibleStartTag() => handlePossibleTag(false);
@@ -322,7 +321,6 @@ class EncodingParser {
attrValue.add(c);
}
}
- return null; // unreachable
}
}
« no previous file with comments | « lib/dom.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698