| Index: Source/core/dom/TouchEvent.idl
|
| diff --git a/Source/core/dom/TouchEvent.idl b/Source/core/dom/TouchEvent.idl
|
| index 601f3ac05015ccf7f6ad4a68982c2a613279049a..236aff2a7b074d5420bad4414555b1f5a9d9cc23 100644
|
| --- a/Source/core/dom/TouchEvent.idl
|
| +++ b/Source/core/dom/TouchEvent.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=TOUCH_EVENTS
|
| -] interface TouchEvent : UIEvent {
|
| +interface TouchEvent : UIEvent {
|
| readonly attribute TouchList touches;
|
| readonly attribute TouchList targetTouches;
|
| readonly attribute TouchList changedTouches;
|
|
|