Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index d07710f1e4001ac806f5f450f85db38996907145..0f743565bd8fbdb75a28a189bd8ec370dcff24d8 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -843,7 +843,7 @@ class CONTENT_EXPORT RenderViewImpl |
bool suppress_dialogs_until_swap_out_; |
// Holds state pertaining to a navigation that we initiated. This is held by |
- // the WebDataSource::ExtraData attribute. We use pending_navigation_state_ |
+ // the WebDataSource::ExtraData attribute. We use pending_navigation_params_ |
// as a temporary holder for the state until the WebDataSource corresponding |
// to the new navigation is created. See DidCreateDataSource. |
// TODO(nasko): Move to RenderFrame, as this is per-frame state. |