| 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 d4f5d3fdbba727555d050d9d0dbd0407ced309a0..f141680533d05a788e25ec90dd0848b8171d88f9 100644
|
| --- a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| @@ -44,7 +44,7 @@ $if DART2JS
|
| type, convertDartToNative_Dictionary(options));
|
|
|
| $else
|
| - return wrap_jso(_blink.BlinkWheelEvent.instance.constructorCallback_2_(type, convertDartToNative_Dictionary(options)));
|
| + return _blink.BlinkWheelEvent.instance.constructorCallback_2_(type, convertDartToNative_Dictionary(options));
|
| $endif
|
| }
|
|
|
|
|