Bug 44547
| Summary: | parserAddChild and parserRemoveChild should be non-virtual | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tony Gentilcore <tonyg> |
| Component: | WebCore Misc. | Assignee: | Tony Gentilcore <tonyg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darin, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Tony Gentilcore
parserAddChild and parserRemoveChild should be non-virtual functions in Element rather than virtual functions in Node. There's no caller that needs to call it on a Node*.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
I fixed this in <http://trac.webkit.org/changeset/65849>.