RESOLVED FIXED Bug 110033
Element: Devirtualize attribute synchronization functions.
https://bugs.webkit.org/show_bug.cgi?id=110033
Summary Element: Devirtualize attribute synchronization functions.
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.