Chromium Code Reviews| Index: lib/html/idl/dart/dart.idl |
| diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl |
| index f9e1b9a6a4750a6851e3c21a610d125f87cc8bed..881677ce44eb2e85ab30e96f439ded7ba385f35a 100644 |
| --- a/lib/html/idl/dart/dart.idl |
| +++ b/lib/html/idl/dart/dart.idl |
| @@ -396,7 +396,7 @@ module events { |
| [Supplemental] |
| interface WheelEvent { |
| [Suppressed] readonly attribute long wheelDelta; |
| - [DartName=deltaX] readonly attribute long wheelDeltaX; |
| - [DartName=deltaY] readonly attribute long wheelDeltaY; |
| + [DartName=_wheelDeltaX] readonly attribute long wheelDeltaX; |
| + [DartName=_wheelDeltaY] readonly attribute long wheelDeltaY; |
|
blois
2012/10/10 18:46:02
Can we not use htmlrenamer.py to make _wheelDeltaX
Anton Muhin
2012/10/11 13:04:06
Sorry, Pete, do you suggest to move the logic in t
|
| }; |
| } |