| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index 23ed26c171e1e9047368c79b5a16472e77bd720a..10e65220f9b191dfbac989e91ccf738da6f570d3 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1526,7 +1526,7 @@ void FrameSelection::updateAppearance()
|
| // already blinking in the right location.
|
| if (shouldBlink && !m_caretBlinkTimer.isActive()) {
|
| if (double blinkInterval = RenderTheme::theme().caretBlinkInterval())
|
| - m_caretBlinkTimer.startRepeating(blinkInterval);
|
| + m_caretBlinkTimer.startRepeating(blinkInterval, FROM_HERE);
|
|
|
| if (!m_caretPaint) {
|
| m_caretPaint = true;
|
|
|