[Webkit-unassigned] [Bug 43930] Apparent error in FrameLoaderClientQt::createFrame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 25 22:02:16 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43930
Antonio Gomes <tonikitoo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tonikitoo at webkit.org
--- Comment #11 from Antonio Gomes <tonikitoo at webkit.org> 2010-08-25 22:02:16 PST ---
- frameData.frame->loader()->loadURLIntoChildFrame(frameData.url, frameData.referrer, frameData.frame.get());
+ m_frame->loader()->loadURLIntoChildFrame(frameData.url, frameData.referrer, frameData.frame.get());
That is a great catch!
Did not it fixed anything? If not, no unit tests or regression tests added? :-(
It could happen to be broken again...
--
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