| Index: core/dom/TouchEvent.idl
|
| diff --git a/core/dom/TouchEvent.idl b/core/dom/TouchEvent.idl
|
| index 6348e68d2222e8da775a927635de984a22943562..f4b396e01f199bddceb110147107c8c5f267806f 100644
|
| --- a/core/dom/TouchEvent.idl
|
| +++ b/core/dom/TouchEvent.idl
|
| @@ -22,7 +22,6 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -
|
| interface TouchEvent : UIEvent {
|
| readonly attribute TouchList touches;
|
| readonly attribute TouchList targetTouches;
|
| @@ -37,9 +36,9 @@ interface TouchEvent : UIEvent {
|
| [Default=Undefined] optional TouchList changedTouches,
|
| [Default=Undefined] optional DOMString type,
|
| [Default=Undefined] optional Window view,
|
| - [Default=Undefined] optional long screenX,
|
| - [Default=Undefined] optional long screenY,
|
| - [Default=Undefined] optional long clientX,
|
| + [Default=Undefined] optional long screenX,
|
| + [Default=Undefined] optional long screenY,
|
| + [Default=Undefined] optional long clientX,
|
| [Default=Undefined] optional long clientY,
|
| [Default=Undefined] optional boolean ctrlKey,
|
| [Default=Undefined] optional boolean altKey,
|
|
|