Chromium Code Reviews| Index: Source/WebCore/dom/Element.idl |
| diff --git a/Source/WebCore/dom/Element.idl b/Source/WebCore/dom/Element.idl |
| index 3c6ee82a07fdf63db094e70b181c76e1baeaf691..f8994bed6ad4ce67281954c6e2127282a0738885 100644 |
| --- a/Source/WebCore/dom/Element.idl |
| +++ b/Source/WebCore/dom/Element.idl |
| @@ -199,10 +199,10 @@ |
| [NotEnumerable, PerWorldBindings] attribute EventListener onreset; |
| [NotEnumerable, PerWorldBindings] attribute EventListener onsearch; |
| [NotEnumerable, PerWorldBindings] attribute EventListener onselectstart; |
| - [NotEnumerable,Conditional=TOUCH_EVENTS,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchstart; |
| - [NotEnumerable,Conditional=TOUCH_EVENTS,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchmove; |
| - [NotEnumerable,Conditional=TOUCH_EVENTS,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchend; |
| - [NotEnumerable,Conditional=TOUCH_EVENTS,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchcancel; |
| + [NotEnumerable,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchstart; |
|
eseidel
2013/04/16 19:31:15
Missing a space.
|
| + [NotEnumerable,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchmove; |
| + [NotEnumerable,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchend; |
| + [NotEnumerable,EnabledAtRuntime=touch, PerWorldBindings] attribute EventListener ontouchcancel; |
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenchange; |
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenerror; |
| }; |