[Webkit-unassigned] [Bug 47129] PluginDocumentParser::pluginWidgetFromDocument should look for "embed" element rather than just use the first child

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 16:07:26 PDT 2010


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





--- Comment #11 from mitz at webkit.org  2010-10-05 16:07:26 PST ---
(From update of attachment 69856)
View in context: https://bugs.webkit.org/attachment.cgi?id=69856&action=review

> WebCore/html/PluginDocument.h:60
> +    RefPtr<Node> m_pluginNode;

Is it okay for a Document to hold a reference to a node like this? Won’t it create a ref cycle and cause a leak?

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