RESOLVED FIXED44547
parserAddChild and parserRemoveChild should be non-virtual
https://bugs.webkit.org/show_bug.cgi?id=44547
Summary parserAddChild and parserRemoveChild should be non-virtual
Tony Gentilcore
Reported 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*.
Attachments
Darin Adler
Comment 1 2010-08-24 13:39:13 PDT
Note You need to log in before you can comment on or make changes to this bug.