[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 15:09:52 PST 2008


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





------- Comment #9 from jchaffraix at pleyo.com  2008-12-09 15:09 PDT -------
(In reply to comment #8)
> (From update of attachment 25896 [review])
> Why is this right?
> 
> -    : HTMLFrameOwnerElement(tagName, doc)
> +    : HTMLFrameOwnerElement(tagName, doc, false)
> 
> 
> Please indicate why in the bug, and ideally add a comment to the code
> explaining why that's correct when landing.

I have kept the original behaviour: we were not calling setCreatedByParser on 
an HTMLPluginElement so the default value (false) would be used.
I am not sure why we are ignoring the createdByParser flag on HTMLPluginElement
so I could add a comment to point that it is strange or just fix it now. Both
are fine by 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