[Webkit-unassigned] [Bug 47135] Implement ApplicationCacheHost::stopLoadingInFrame(Frame*) for Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 13:52:35 PDT 2010


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


Michael Nordman <michaeln at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaeln at google.com




--- Comment #1 from Michael Nordman <michaeln at google.com>  2010-10-05 13:52:35 PST ---
I see, we just need an empty impl of the new method...

void ApplicatinCacheHost::stopLoadingInFrame(Frame*)
{
  // N/A to the chromium port which doesn't use webcore's loader.
}

So the build fix is the real fix (modulo the comment).

-- 
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