Bug 13606

Summary: some functions are virtual that don't need to be
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement CC: cdumez
Priority: P4    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch
none
patch with change log hyatt: review+

Description Darin Adler 2007-05-06 16:36:21 PDT
I spotted some functions that definitely don't need to be virtual. I think firstChild and lastChild are pretty big wins -- there's a way for them to be virtual in Node, but non-virtual in classes like Element.
Comment 1 Darin Adler 2007-05-06 16:45:41 PDT
Created attachment 14379 [details]
patch
Comment 2 Darin Adler 2007-05-06 16:48:12 PDT
Created attachment 14380 [details]
patch with change log
Comment 3 Dave Hyatt 2007-05-06 19:27:57 PDT
Comment on attachment 14380 [details]
patch with change log

r=me
Comment 4 Darin Adler 2007-05-06 20:18:17 PDT
Committed revision 21278.
Comment 5 Lucas Forschler 2019-02-06 09:02:53 PST
Mass moving XML DOM bugs to the "DOM" Component.