| Index: Source/core/rendering/RenderText.cpp
|
| diff --git a/Source/core/rendering/RenderText.cpp b/Source/core/rendering/RenderText.cpp
|
| index 778a31f2276c48fbba100867df88257ab860a730..21f9343066f3f63ed384a56f42e18d18c9a1eb7c 100644
|
| --- a/Source/core/rendering/RenderText.cpp
|
| +++ b/Source/core/rendering/RenderText.cpp
|
| @@ -79,7 +79,7 @@ public:
|
| {
|
| m_lastTypedCharacterOffset = lastTypedCharacterOffset;
|
| if (Settings* settings = m_renderText->document().settings())
|
| - startOneShot(settings->passwordEchoDurationInSeconds());
|
| + startOneShot(settings->passwordEchoDurationInSeconds(), FROM_HERE);
|
| }
|
| void invalidate() { m_lastTypedCharacterOffset = -1; }
|
| unsigned lastTypedCharacterOffset() { return m_lastTypedCharacterOffset; }
|
|
|