Index: content/browser/site_instance_impl.cc |
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc |
index 96af8fce7aa7bfbb5cbec593520dbac4b8a1b996..5930d8304308c0c2e8e388a92bb04ff477fb7840 100644 |
--- a/content/browser/site_instance_impl.cc |
+++ b/content/browser/site_instance_impl.cc |
@@ -236,8 +236,7 @@ SiteInstance* SiteInstance::Create(BrowserContext* browser_context) { |
/*static*/ |
SiteInstance* SiteInstance::CreateForURL(BrowserContext* browser_context, |
const GURL& url) { |
- // This BrowsingInstance may be deleted if it returns an existing |
- // SiteInstance. |
+ // This will create a new SiteInstance and BrowsingInstance. |
scoped_refptr<BrowsingInstance> instance( |
new BrowsingInstance(browser_context)); |
return instance->GetSiteInstanceForURL(url); |