[Webkit-unassigned] [Bug 22851] New: HTMLPlugInElement does not take createdByParser argument into account
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 14 03:35:46 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22851
Summary: HTMLPlugInElement does not take createdByParser argument
into account
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at pleyo.com
This is a follow up bug of bug22665.
The change in syntax made it clear that we are ignoring createdByParser in
HTMLPlugInElement:
HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document*
doc)
: HTMLFrameOwnerElement(tagName, doc, false)
>From my small research, the HTMLFrameOwnerElement is only used in
FrameLoader::updateHistoryForStandardLoad().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list