2010-05-19 Ben Murdoch <benm@google.com>
Reviewed by Darin Adler.
Touch events are marked DontEnum in DOMWindow.idl
https://bugs.webkit.org/show_bug.cgi?id=39118
Update the expected results for enumerating the window object
properties now touch event listeners are no longer marked DontEnum.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
2010-05-19 Ben Murdoch <benm@google.com>
Reviewed by Darin Adler.
Touch events are marked DontEnum in DOMWindow.idl
https://bugs.webkit.org/show_bug.cgi?id=39118
Touch events are the only attribute event listeners on the
window object that are marked DontEnum. For consistency allow
them to be enumerated.
* page/DOMWindow.idl: Remove DontEnum from touchcancel, touchend,
touchstart and touchmove attributes.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@59754
268f45cc-cd09-0410-ab3c-
d52691b4dbfc