| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index 7f2d4d79b362352075606bb93cec3e1c4ed154ea..1305eea170cc03e4025fc787b43c2f99cedcf743 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -131,7 +131,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| int error_code) OVERRIDE;
|
| virtual RendererPreferences GetRendererPrefs(
|
| BrowserContext* browser_context) const OVERRIDE;
|
| - virtual WebPreferences GetWebkitPrefs() OVERRIDE;
|
| + virtual WebPreferences ComputeWebkitPrefs() OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual void CreateNewWindow(
|
| int render_process_id,
|
|
|