Chromium Code Reviews| Index: Source/web/WebFrameImpl.cpp |
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
| index e5cbba42a0c2a054fe4a6b43abff5d4303da78ed..c8c9b1a0cc27ada6b713e20b3c3c0b045435c76a 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: |