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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 4 16:57:23 PST 2008


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

           Summary: Remove setCreatedByParser(bool) from the few elements
                    that use it
           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


When we use setCreatedByParser, it is always just after having created the
Element. It would make more sense to embed the logic into the ElementFactory
(which already take a createdByParser parameter) and the Elements'
constructors.

Patch forthcoming.


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