Title: [215230] trunk/Source/WTF
- Revision
- 215230
- Author
- [email protected]
- Date
- 2017-04-11 08:47:56 -0700 (Tue, 11 Apr 2017)
Log Message
Unreviewed, build fix for Windows port after r215228
https://bugs.webkit.org/show_bug.cgi?id=170723
* wtf/win/RunLoopWin.cpp:
(WTF::RunLoop::TimerBase::timerFired):
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (215229 => 215230)
--- trunk/Source/WTF/ChangeLog 2017-04-11 15:10:10 UTC (rev 215229)
+++ trunk/Source/WTF/ChangeLog 2017-04-11 15:47:56 UTC (rev 215230)
@@ -1,5 +1,13 @@
2017-04-11 Yusuke Suzuki <[email protected]>
+ Unreviewed, build fix for Windows port after r215228
+ https://bugs.webkit.org/show_bug.cgi?id=170723
+
+ * wtf/win/RunLoopWin.cpp:
+ (WTF::RunLoop::TimerBase::timerFired):
+
+2017-04-11 Yusuke Suzuki <[email protected]>
+
[JSC][GTK] Use RunLoop::Timer in GTK port
https://bugs.webkit.org/show_bug.cgi?id=170723
Modified: trunk/Source/WTF/wtf/win/RunLoopWin.cpp (215229 => 215230)
--- trunk/Source/WTF/wtf/win/RunLoopWin.cpp 2017-04-11 15:10:10 UTC (rev 215229)
+++ trunk/Source/WTF/wtf/win/RunLoopWin.cpp 2017-04-11 15:47:56 UTC (rev 215230)
@@ -132,7 +132,7 @@
runLoop->m_activeTimers.remove(it);
::KillTimer(runLoop->m_runLoopMessageWindow, ID);
} else
- m_nextFireDate = MonotonicTime::now() + m_interval;
+ timer->m_nextFireDate = MonotonicTime::now() + timer->m_interval;
}
timer->fired();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes