| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index 203d88f3ac78d1ba7f9b6b590e740eff0fa7f5ea..615eef09f09b33fe58586a1f56c38e8765e7629f 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -31,6 +31,8 @@ _js_custom_members = set([
|
| 'LocalWindow.open',
|
| 'LocalWindow.webkitCancelAnimationFrame',
|
| 'LocalWindow.webkitRequestAnimationFrame',
|
| + 'WheelEvent.wheelDeltaX',
|
| + 'WheelEvent.wheelDeltaY',
|
| ])
|
|
|
| # This map controls merging of interfaces in dart:html library.
|
|
|