Show
Ignore:
Timestamp:
08/06/08 13:29:36 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35588

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/css/CSSTimingFunctionValue.h

    r298 r431  
    5555    } 
    5656 
    57     virtual bool isTransitionTimingFunctionValue() { return true; } 
     57    virtual bool isTimingFunctionValue() { return true; } 
    5858     
    5959    double m_x1;