Changeset 436 for trunk/WebCore/dom/EventTarget.cpp
- Timestamp:
- 08/13/08 13:49:09 (5 months ago)
- Files:
-
- trunk/WebCore/dom/EventTarget.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/dom/EventTarget.cpp
r424 r436 107 107 else if (eventType == overflowchangedEvent) 108 108 type = Document::OVERFLOWCHANGED_LISTENER; 109 else if (eventType == webkitAnimationStartEvent) 110 type = Document::ANIMATIONSTART_LISTENER; 111 else if (eventType == webkitAnimationEndEvent) 112 type = Document::ANIMATIONEND_LISTENER; 113 else if (eventType == webkitAnimationIterationEvent) 114 type = Document::ANIMATIONITERATION_LISTENER; 115 else if (eventType == webkitTransitionEndEvent) 116 type = Document::TRANSITIONEND_LISTENER; 109 117 110 118 if (type)
