| Index: Source/web/AssociatedURLLoader.cpp
|
| diff --git a/Source/web/AssociatedURLLoader.cpp b/Source/web/AssociatedURLLoader.cpp
|
| index eb47b0a8f1d3140205e301830f5c9d8312580854..44d1a61ef5dbe6cb4a837fa24d513ddf5660aaaa 100644
|
| --- a/Source/web/AssociatedURLLoader.cpp
|
| +++ b/Source/web/AssociatedURLLoader.cpp
|
| @@ -277,7 +277,7 @@ void AssociatedURLLoader::ClientAdapter::enableErrorNotifications()
|
| // If an error has already been received, start a timer to report it to the client
|
| // after AssociatedURLLoader::loadAsynchronously has returned to the caller.
|
| if (m_didFail)
|
| - m_errorTimer.startOneShot(0);
|
| + m_errorTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void AssociatedURLLoader::ClientAdapter::notifyError(Timer<ClientAdapter>* timer)
|
|
|