Changeset 436 for trunk/WebCore/html/HTMLElement.cpp
- Timestamp:
- 08/13/08 13:49:09 (5 months ago)
- Files:
-
- trunk/WebCore/html/HTMLElement.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/html/HTMLElement.cpp
r396 r436 220 220 } else if (attr->name() == onerrorAttr) { 221 221 setHTMLEventListener(errorEvent, attr); 222 } else if (attr->name() == onwebkitanimationstartAttr) { 223 setHTMLEventListener(webkitAnimationStartEvent, attr); 224 } else if (attr->name() == onwebkitanimationiterationAttr) { 225 setHTMLEventListener(webkitAnimationIterationEvent, attr); 226 } else if (attr->name() == onwebkitanimationendAttr) { 227 setHTMLEventListener(webkitAnimationEndEvent, attr); 228 } else if (attr->name() == onwebkittransitionendAttr) { 229 setHTMLEventListener(webkitTransitionEndEvent, attr); 222 230 } 223 231 }
