| Index: Source/core/html/imports/HTMLImportsController.cpp
 | 
| diff --git a/Source/core/html/imports/HTMLImportsController.cpp b/Source/core/html/imports/HTMLImportsController.cpp
 | 
| index 2280d2d528d6dcdbb92e1f9555ebaaacdf2a8706..8b6c162d5610a546afc8ed240b1551da2170f614 100644
 | 
| --- a/Source/core/html/imports/HTMLImportsController.cpp
 | 
| +++ b/Source/core/html/imports/HTMLImportsController.cpp
 | 
| @@ -154,7 +154,7 @@ void HTMLImportsController::scheduleRecalcState()
 | 
|  {
 | 
|      if (m_recalcTimer.isActive())
 | 
|          return;
 | 
| -    m_recalcTimer.startOneShot(0);
 | 
| +    m_recalcTimer.startOneShot(0, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void HTMLImportsController::recalcTimerFired(Timer<HTMLImportsController>*)
 | 
| 
 |