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) |
---|
-
src/3rdparty/webkit/Source/WebCore/platform/Timer.h
old new 84 84 ThreadIdentifier m_thread; 85 85 #endif 86 86 87 friend class TimerHeapElement;88 87 friend class ThreadTimers; 89 friend bool operator<(const TimerHeapElement&, const TimerHeapElement&); 88 friend class TimerHeapLessThanFunction; 89 friend class TimerHeapReference; 90 90 }; 91 91 92 92 template <typename TimerFiredClass> class Timer : public TimerBase {