| Index: sdk/lib/html/src/KeyLocation.dart
|
| diff --git a/sdk/lib/html/src/KeyLocation.dart b/sdk/lib/html/src/KeyLocation.dart
|
| index 899e5afedd6b79ac7a99791c5c5cf0427f28d77c..33d28870aff2c56a9fb33ffb02c637164374069a 100644
|
| --- a/sdk/lib/html/src/KeyLocation.dart
|
| +++ b/sdk/lib/html/src/KeyLocation.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 html;
|
| +
|
| /**
|
| * Defines the standard key locations returned by
|
| * KeyboardEvent.getKeyLocation.
|
|
|