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 f8a009da7564422deff5ee024f7d154fa8266580..64ca60f27e4c86d789b210ae8934c564f28f40a7 100644 |
--- a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate |
@@ -77,6 +77,9 @@ $endif |
event._initMouseEvent(type, canBubble, cancelable, view, detail, |
screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, |
metaKey, button, relatedTarget); |
+ event._initWebKitWheelEvent(deltaX, deltaY, |
+ view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, |
+ metaKey); |
$if DART2JS |
} |
$endif |