Chromium Code Reviews| Index: Source/web/WebFrameImpl.cpp |
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
| index 4a1f80bbcee1f567ab855ad9d1193e18b814c748..614812f8a7862baa089aaa5b6c62b68f1dfb5cbf 100644 |
| --- a/Source/web/WebFrameImpl.cpp |
| +++ b/Source/web/WebFrameImpl.cpp |
| @@ -466,7 +466,7 @@ public: |
| , m_options(options) |
| , m_reset(reset) |
| { |
| - m_timer.startOneShot(0.0); |
| + m_timer.startOneShot(0.0, FROM_HERE); |
| } |
| private: |