| Index: tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| index dcad713a60f77eea729534ba23d91d08614bc449..dce1f693640bbbc5771ca910df48b3e17734b57a 100644
|
| --- a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| @@ -50,7 +50,7 @@ $if DART2JS
|
| var axis = 0;
|
| var detail = 0;
|
| if (deltaX != 0 && deltaY != 0) {
|
| - throw UnsupportedError(
|
| + throw new UnsupportedError(
|
| 'Cannot modify deltaX and deltaY simultaneously');
|
| }
|
| if (deltaY != 0) {
|
|
|