| Index: sdk/lib/uri/encode_decode.dart
 | 
| diff --git a/sdk/lib/uri/encode_decode.dart b/sdk/lib/uri/encode_decode.dart
 | 
| index 6338518a4a5a290b2dbfe959912ccbbeb07ffbc4..e6270a8c99d97fba238e2a88a7a73cc204eb0449 100644
 | 
| --- a/sdk/lib/uri/encode_decode.dart
 | 
| +++ b/sdk/lib/uri/encode_decode.dart
 | 
| @@ -2,6 +2,8 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| +part of dart.uri;
 | 
| +
 | 
|  /**
 | 
|   * Javascript-like URI encode/decode functions.
 | 
|   * The documentation here borrows heavily from the original Javascript
 | 
| 
 |