| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 24a5565775e633cec62d66de4aeb4aa6cbbdfa32..b37f1ce834f2a7bcaef897f9776e08289f4c11d9 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -13398,8 +13398,8 @@ class _NodeImpl extends _EventTargetImpl implements Node {
|
| try {
|
| final _NodeImpl parent = this.parent;
|
| parent.$dom_replaceChild(otherNode, this);
|
| - } catch(var e) {
|
| -
|
| + } catch (e) {
|
| +
|
| };
|
| return this;
|
| }
|
| @@ -41332,7 +41332,7 @@ void _completeMeasurementFutures() {
|
| for (_MeasurementRequest request in _pendingRequests) {
|
| try {
|
| request.value = request.computeValue();
|
| - } catch(var e) {
|
| + } catch (e) {
|
| request.value = e;
|
| request.exception = true;
|
| }
|
|
|