| Index: pkg/analyzer/lib/src/generated/resolver.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
|
| index 1bcc17d5fcd844ffae04f06411d22e948d778f29..17ec9deae4a325040010b6e846b84d5ff5be0488 100644
|
| --- a/pkg/analyzer/lib/src/generated/resolver.dart
|
| +++ b/pkg/analyzer/lib/src/generated/resolver.dart
|
| @@ -4742,7 +4742,7 @@ class HtmlUnitBuilder implements ht.XmlVisitor<Object> {
|
| _reportValueError(HtmlWarningCode.URI_DOES_NOT_EXIST,
|
| scriptAttribute, [scriptSourcePath]);
|
| }
|
| - } on URISyntaxException catch (exception) {
|
| + } on URISyntaxException {
|
| _reportValueError(HtmlWarningCode.INVALID_URI, scriptAttribute,
|
| [scriptSourcePath]);
|
| }
|
| @@ -6948,7 +6948,7 @@ class Library {
|
| CompileTimeErrorCode.URI_DOES_NOT_EXIST, [uriContent]));
|
| }
|
| return source;
|
| - } on URISyntaxException catch (exception) {
|
| + } on URISyntaxException {
|
| _errorListener.onError(new AnalysisError.con2(librarySource,
|
| uriLiteral.offset, uriLiteral.length,
|
| CompileTimeErrorCode.INVALID_URI, [uriContent]));
|
|
|