Chromium Code Reviews| Index: sdk/lib/html/src/Device.dart |
| diff --git a/sdk/lib/html/src/Device.dart b/sdk/lib/html/src/Device.dart |
| index bc7976f9a49e64ccb893d0bd71c9ef4fa2c0c42f..34dba8a9c235a0eda540ccad1d0271a1776bfd4b 100644 |
| --- a/sdk/lib/html/src/Device.dart |
| +++ b/sdk/lib/html/src/Device.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; |
| + |
| /** |
| * Utils for device detection. |
| */ |