[Webkit-unassigned] [Bug 23480] Add missing method stubs to BackForwardListChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 24 10:38:07 PST 2009


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





------- Comment #4 from darin at chromium.org  2009-01-24 10:38 PDT -------
Hi Darin, see comment #0.  It turns out that two of the "not reached" methods
are needed because they are referenced by other code that we compile.  See
Page::goBack() and Page::goForward().  So, the linker requires us to define
those methods.  However, goBack and goForward are never called by WebCore or
our WebKit layer, so we can get away with not implementing them.


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



More information about the webkit-unassigned mailing list