| Index: Source/core/events/DOMWindowEventQueue.cpp
 | 
| diff --git a/Source/core/events/DOMWindowEventQueue.cpp b/Source/core/events/DOMWindowEventQueue.cpp
 | 
| index 354a8c15ce0289350b4b745d2a9100b00ad37cbe..6ede339df568151232a8f563d21afda51080eef4 100644
 | 
| --- a/Source/core/events/DOMWindowEventQueue.cpp
 | 
| +++ b/Source/core/events/DOMWindowEventQueue.cpp
 | 
| @@ -73,7 +73,7 @@ bool DOMWindowEventQueue::enqueueEvent(PassRefPtr<Event> event)
 | 
|      ASSERT_UNUSED(wasAdded, wasAdded); // It should not have already been in the list.
 | 
|  
 | 
|      if (!m_pendingEventTimer->isActive())
 | 
| -        m_pendingEventTimer->startOneShot(0);
 | 
| +        m_pendingEventTimer->startOneShot(0, FROM_HERE);
 | 
|  
 | 
|      return true;
 | 
|  }
 | 
| 
 |