| Index: Source/core/html/shadow/SpinButtonElement.cpp
 | 
| diff --git a/Source/core/html/shadow/SpinButtonElement.cpp b/Source/core/html/shadow/SpinButtonElement.cpp
 | 
| index 0edbb68034b0ecdecf7253bb5c853bbf7e064c45..a9ec4faf8b4a46cabfa32efdca6a572fdb32856c 100644
 | 
| --- a/Source/core/html/shadow/SpinButtonElement.cpp
 | 
| +++ b/Source/core/html/shadow/SpinButtonElement.cpp
 | 
| @@ -215,7 +215,7 @@ void SpinButtonElement::startRepeatingTimer()
 | 
|  {
 | 
|      m_pressStartingState = m_upDownState;
 | 
|      ScrollbarTheme* theme = ScrollbarTheme::theme();
 | 
| -    m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay());
 | 
| +    m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay(), FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void SpinButtonElement::stopRepeatingTimer()
 | 
| 
 |