Chromium Code Reviews| Index: Source/core/dom/Touch.idl |
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
| index 46250837ce2e4b08e1f08dab40a8031d505030f9..7486c6f1302fdc8f934001481b256ace7176cd28 100644 |
| --- a/Source/core/dom/Touch.idl |
| +++ b/Source/core/dom/Touch.idl |
| @@ -24,6 +24,7 @@ |
| */ |
| [ |
| + Conditional=TOUCH_EVENTS, |
| ImplementationLacksVTable |
| ] interface Touch { |
| readonly attribute long clientX; |