Bug 110033

Summary: Element: Devirtualize attribute synchronization functions.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Andreas Kling
Reported 2013-02-16 15:16:03 PST
There's no reason for Element::updateStyleAttribute() and Element::updateAnimatedSVGAttribute() to be virtual.
Attachments
Patch (8.25 KB, patch)
2013-02-16 15:20 PST, Andreas Kling
darin: review+
Andreas Kling
Comment 1 2013-02-16 15:20:45 PST
Darin Adler
Comment 2 2013-02-16 15:27:27 PST
Comment on attachment 188731 [details] Patch Not sure it’s ideal to have “synchronize attribute” as the name for both the smart function and the one that should only be called if the attribute is known dirty. I guess I am the one who told you to remove “if needed”, and I still stand by that.
Andreas Kling
Comment 3 2013-02-16 15:36:20 PST
Note You need to log in before you can comment on or make changes to this bug.