Index: sdk/lib/uri/uri.dart |
diff --git a/sdk/lib/uri/uri.dart b/sdk/lib/uri/uri.dart |
index 9f1d73b2df5e592b9463ecef56c9a4e992ec3095..79d8563429574c28dfc2577147cec019b0511b26 100644 |
--- a/sdk/lib/uri/uri.dart |
+++ b/sdk/lib/uri/uri.dart |
@@ -56,7 +56,7 @@ class Uri { |
} |
// NOTE: This code was ported from: closure-library/closure/goog/uri/utils.js |
- static final RegExp _splitRe = new RegExp( |
+ static const RegExp _splitRe = const RegExp( |
'^' |
'(?:' |
'([^:/?#.]+)' // scheme - ignore special characters |