| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 06089025a8ddd07afcb75ed4c522e92e784506d6..4c6cdf131fda686615394f3bebf948b21049b241 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -35227,7 +35227,7 @@ class _Utils {
|
| static DateTime doubleToDateTime(double dateTime) {
|
| try {
|
| return new DateTime.fromMillisecondsSinceEpoch(dateTime.toInt());
|
| - } catch {
|
| + } catch(_) {
|
| // TODO(antonnm): treat exceptions properly in bindings and
|
| // find out how to treat NaNs.
|
| return null;
|
|
|