Index: trunk/src/content/renderer/render_frame_impl.cc |
=================================================================== |
--- trunk/src/content/renderer/render_frame_impl.cc (revision 255938) |
+++ trunk/src/content/renderer/render_frame_impl.cc (working copy) |
@@ -592,7 +592,7 @@ |
// We refresh timezone when a view is swapped in since timezone |
// can get out of sync when the system timezone is updated while |
// the view is swapped out. |
- RenderViewImpl::NotifyTimezoneChange(); |
+ RenderViewImpl::NotifyTimezoneChange(render_view_->webview()->mainFrame()); |
render_view_->SetSwappedOut(false); |
is_swapped_out_ = false; |