| Index: core/dom/TouchEvent.idl
|
| diff --git a/core/dom/TouchEvent.idl b/core/dom/TouchEvent.idl
|
| index c0838a800daba018df8d3749350eb5d6e6ead63f..6348e68d2222e8da775a927635de984a22943562 100644
|
| --- a/core/dom/TouchEvent.idl
|
| +++ b/core/dom/TouchEvent.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - NoInterfaceObject
|
| -] interface TouchEvent : UIEvent {
|
| +interface TouchEvent : UIEvent {
|
| readonly attribute TouchList touches;
|
| readonly attribute TouchList targetTouches;
|
| readonly attribute TouchList changedTouches;
|
| @@ -38,7 +36,7 @@
|
| [Default=Undefined] optional TouchList targetTouches,
|
| [Default=Undefined] optional TouchList changedTouches,
|
| [Default=Undefined] optional DOMString type,
|
| - [Default=Undefined] optional DOMWindow view,
|
| + [Default=Undefined] optional Window view,
|
| [Default=Undefined] optional long screenX,
|
| [Default=Undefined] optional long screenY,
|
| [Default=Undefined] optional long clientX,
|
|
|