| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index 784c9b481d5d1456494dd5ccb55fe60b1b45deea..81adb4ae49fdf180bf22130876b157debc4483ae 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -563,8 +563,8 @@ RenderViewHostImpl* InterstitialPageImpl::CreateRenderViewHost() {
|
| // Interstitial pages don't want to share the session storage so we mint a
|
| // new one.
|
| BrowserContext* browser_context = web_contents()->GetBrowserContext();
|
| - scoped_refptr<SiteInstance> site_instance =
|
| - SiteInstance::Create(browser_context);
|
| + scoped_refptr<SiteInstanceImpl> site_instance =
|
| + SiteInstanceImpl::Create(browser_context);
|
| DOMStorageContextWrapper* dom_storage_context =
|
| static_cast<DOMStorageContextWrapper*>(
|
| BrowserContext::GetStoragePartition(
|
|
|