[Webkit-unassigned] [Bug 47485] SubframeLoader should call setNeedsStyleRecalc() after creating plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 07:40:48 PDT 2010


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





--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-11 07:40:48 PST ---
(From update of attachment 70428)
View in context: https://bugs.webkit.org/attachment.cgi?id=70428&action=review

> WebCore/loader/SubframeLoader.cpp:371
>      pluginElement->setNeedsStyleRecalc(SyntheticStyleChange);

Mac does this via [self element]->setNeedsStyleRecalc(SyntheticStyleChange); in the PluginView code. Why not do the same?

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