OSDN Git Service

Merge webkit.org at r54127 : Fix conflicts in touchevents IDL files as GenerateConstr...
authorSteve Block <steveblock@google.com>
Tue, 2 Feb 2010 18:31:56 +0000 (18:31 +0000)
committerSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 15:07:00 +0000 (15:07 +0000)
See http://trac.webkit.org/changeset/52537

Change-Id: Id985ac707e30ce100dd06d8e57826af6184c10e6

WebCore/dom/Touch.idl
WebCore/dom/TouchEvent.idl
WebCore/dom/TouchList.idl

index e684d1f..1afc63a 100644 (file)
 module events {
 
     interface [
-<<<<<<< HEAD
-        Conditional=TOUCH_EVENTS,
-        GenerateConstructor
-=======
         Conditional=TOUCH_EVENTS
->>>>>>> webkit.org at r54127
     ] Touch {
         readonly attribute long             clientX;
         readonly attribute long             clientY;
index b46d68f..0e0d917 100644 (file)
 module events {
 
     interface [
-<<<<<<< HEAD
-        Conditional=TOUCH_EVENTS,
-        GenerateConstructor
-=======
         Conditional=TOUCH_EVENTS
->>>>>>> webkit.org at r54127
     ] TouchEvent : UIEvent {
         readonly attribute TouchList touches;
         readonly attribute TouchList targetTouches;
index 4bb9e81..ede7bf2 100644 (file)
@@ -27,10 +27,6 @@ module events {
 
     interface [
         Conditional=TOUCH_EVENTS,
-<<<<<<< HEAD
-        GenerateConstructor,
-=======
->>>>>>> webkit.org at r54127
         HasIndexGetter
     ] TouchList {
         readonly attribute unsigned long length;