[Webkit-unassigned] [Bug 54680] Remove Invalid ASSERT in SubframeLoader::requestObject
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 17 12:39:46 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54680
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> 2011-02-17 12:39:46 PST ---
Haha, I pasted the new code. The old code had an ASSERT! It looked like:
// FIXME: None of this code should use renderers!
RenderEmbeddedObject* renderer = ownerElement->renderEmbeddedObject();
ASSERT(renderer);
if (!renderer)
return false;
--
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