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/Event.h

    r288 r436  
    112112        virtual bool isProgressEvent() const; 
    113113        virtual bool isXMLHttpRequestProgressEvent() const; 
     114        virtual bool isWebKitAnimationEvent() const; 
     115        virtual bool isWebKitTransitionEvent() const; 
    114116#if ENABLE(SVG) 
    115117        virtual bool isSVGZoomEvent() const;