Ticket #40852: patch-src_3rdparty_webkit_Source_WebCore_platform_Timer.h.diff

File patch-src_3rdparty_webkit_Source_WebCore_platform_Timer.h.diff, 554 bytes (added by BSeppke (Benjamin Seppke), 11 years ago)

WebKit and Mac OS X 10.9 patch

  • src/3rdparty/webkit/Source/WebCore/platform/Timer.h

    old new  
    8484    ThreadIdentifier m_thread;
    8585#endif
    8686
    87     friend class TimerHeapElement;
    8887    friend class ThreadTimers;
    89     friend bool operator<(const TimerHeapElement&, const TimerHeapElement&);
     88    friend class TimerHeapLessThanFunction;
     89    friend class TimerHeapReference;
    9090};
    9191
    9292template <typename TimerFiredClass> class Timer : public TimerBase {