| Index: sdk/lib/convert/base64.dart
|
| diff --git a/sdk/lib/convert/base64.dart b/sdk/lib/convert/base64.dart
|
| index 8414e5cf0d0d339bb5d28af5bd2979f14961b347..f39e0de436c2a6ec7cf0b2e264b015466048eb00 100644
|
| --- a/sdk/lib/convert/base64.dart
|
| +++ b/sdk/lib/convert/base64.dart
|
| @@ -172,7 +172,7 @@ class Base64Codec extends Codec<List<int>, String> {
|
| return source;
|
| }
|
|
|
| - static int _checkPadding(String source, int sourceIndex, int sourceEnd,
|
| + static void _checkPadding(String source, int sourceIndex, int sourceEnd,
|
| int firstPadding, int paddingCount, int length) {
|
| if (length % 4 != 0) {
|
| throw new FormatException(
|
|
|