| Index: Source/core/html/HTMLSourceElement.cpp
|
| diff --git a/Source/core/html/HTMLSourceElement.cpp b/Source/core/html/HTMLSourceElement.cpp
|
| index 75daceb07a42bbfeda2bebab011f17558e2a7da9..08d4f7cc7621253cd0e37bd768e84b36e26808c7 100644
|
| --- a/Source/core/html/HTMLSourceElement.cpp
|
| +++ b/Source/core/html/HTMLSourceElement.cpp
|
| @@ -101,7 +101,7 @@ void HTMLSourceElement::scheduleErrorEvent()
|
| if (m_errorEventTimer.isActive())
|
| return;
|
|
|
| - m_errorEventTimer.startOneShot(0);
|
| + m_errorEventTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void HTMLSourceElement::cancelPendingErrorEvent()
|
|
|