| Index: Source/core/events/GenericEventQueue.cpp
|
| diff --git a/Source/core/events/GenericEventQueue.cpp b/Source/core/events/GenericEventQueue.cpp
|
| index d07bed25d3530a00c8d795d0417d82ba292df049..ef3d81a44ef3e733b20bc226773397470d3d0f59 100644
|
| --- a/Source/core/events/GenericEventQueue.cpp
|
| +++ b/Source/core/events/GenericEventQueue.cpp
|
| @@ -60,7 +60,7 @@ bool GenericEventQueue::enqueueEvent(PassRefPtr<Event> event)
|
| m_pendingEvents.append(event);
|
|
|
| if (!m_timer.isActive())
|
| - m_timer.startOneShot(0);
|
| + m_timer.startOneShot(0, FROM_HERE);
|
|
|
| return true;
|
| }
|
|
|