Show
Ignore:
Timestamp:
08/13/08 13:49:09 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35706

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/dom/EventTarget.cpp

    r424 r436  
    107107    else if (eventType == overflowchangedEvent) 
    108108        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; 
    109117 
    110118    if (type)