| Index: lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_WheelEvent.darttemplate b/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| index 37873a57d64919f01162e8864c4660b1c43da41c..a2cf35359e8430eb15783a6ad99c4fec1efd48e9 100644
|
| --- a/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| @@ -29,7 +29,7 @@ $if DART2JS
|
| }
|
| return 0;
|
| }
|
| - throw const UnsupportedOperationException(
|
| + throw new UnsupportedError(
|
| 'deltaY is not supported');
|
| }
|
|
|
| @@ -57,7 +57,7 @@ $if DART2JS
|
| }
|
| return 0;
|
| }
|
| - throw const UnsupportedOperationException(
|
| + throw new UnsupportedError(
|
| 'deltaX is not supported');
|
| }
|
|
|
|
|