Index: chrome/browser/ui/browser_navigator.cc |
diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc |
index 8c69d35965f32c49adfc8e7067284d4f5f55ef4d..e443fca2897779a63c29e758df3f4d04a6dd2a82 100644 |
--- a/chrome/browser/ui/browser_navigator.cc |
+++ b/chrome/browser/ui/browser_navigator.cc |
@@ -529,7 +529,7 @@ void Navigate(NavigateParams* params) { |
if (user_initiated) { |
params->target_contents->web_contents()->GetRenderViewHost()-> |
- delegate()->OnUserGesture(); |
+ GetDelegate()->OnUserGesture(); |
} |
InitializeExtraHeaders(params, params->target_contents->profile(), |