Chromium Code Reviews| Index: sdk/lib/html/html_common/device.dart |
| diff --git a/sdk/lib/html/html_common/device.dart b/sdk/lib/html/html_common/device.dart |
| index d36339bd521e0ed2cd6dc448290cf3e353a46613..123a5dbb42d811465266eec90fc5b43d204a1fcf 100644 |
| --- a/sdk/lib/html/html_common/device.dart |
| +++ b/sdk/lib/html/html_common/device.dart |
| @@ -106,7 +106,7 @@ class Device { |
| try { |
| var e = new Event.eventType(eventType, ''); |
| return e is Event; |
| - } catch (_) { } |
| + } catch (_) {} |
| return false; |
| } |
| } |