[Webkit-unassigned] [Bug 22665] Remove setCreatedByParser(bool) from the few elements that use it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 16:13:45 PST 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25896|review?                     |review+
               Flag|                            |




------- Comment #10 from darin at apple.com  2008-12-09 16:13 PDT -------
(From update of attachment 25896)
>  HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document* doc)
> -    : HTMLFrameOwnerElement(tagName, doc)
> +    : HTMLFrameOwnerElement(tagName, doc, false)
>  #if ENABLE(NETSCAPE_PLUGIN_API)
>      , m_NPObject(0)
>  #endif

I think you stumbled on a bug here.

You should comment about the fact that this is strange.

You should consider filing a bug report.

You consider thinking about what the symptom of the bug would be. What does
HTMLFrameOwnerElement do differently when created by the parser? And then
construct a test case. And then fix the bug.

r=me


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