[Webkit-unassigned] [Bug 36882] [chromium] move createApplicationCacheHost from WebKitClient to WebFrameClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 6 11:38:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36882





--- Comment #12 from Michael Nordman <michaeln at google.com>  2010-04-06 11:38:18 PST ---
4446     ApplicationCacheHostInternal(ApplicationCacheHost* host)
4547         : m_innerHost(host)
4648     {
47         
m_outerHost.set(WebKit::webKitClient()->createApplicationCacheHost(this));
 49       WebKit::WebFrameImpl* webFrame =
WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());
 50        
m_outerHost.set(webFrame->client()->createApplicationCacheHost(webFrame,
this));
4851     }

Wunderbar!

Indents are off, webkit uses 4 space indentation. Maybe ASSERT(webFrame)?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list