[Webkit-unassigned] [Bug 32374] marquee with display:inline causes crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 17 07:37:07 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32374
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45047|review? |review+
Flag| |
--- Comment #14 from mitz at webkit.org 2009-12-17 07:37:07 PST ---
(From update of attachment 45047)
> +RenderMarquee* HTMLMarqueeElement::renderMarquee() const
> +{
> + if (renderer() && renderer()->hasLayer() && renderBoxModelObject()->layer()->marquee())
> + return renderBoxModelObject()->layer()->marquee();
> + return 0;
You don’t need the “&& renderBoxModelObject()->layer()->marquee()” condition.
--
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