Bug 44547 - parserAddChild and parserRemoveChild should be non-virtual
Summary: parserAddChild and parserRemoveChild should be non-virtual
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Tony Gentilcore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 13:23 PDT by Tony Gentilcore
Modified: 2010-08-24 13:39 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Gentilcore 2010-08-24 13:23:46 PDT
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*.
Comment 1 Darin Adler 2010-08-24 13:39:13 PDT
I fixed this in <http://trac.webkit.org/changeset/65849>.