RESOLVED FIXED 86126
Remove empty ElementAttributeData destructor.
https://bugs.webkit.org/show_bug.cgi?id=86126
Summary Remove empty ElementAttributeData destructor.
Andreas Kling
Reported 2012-05-10 12:24:10 PDT
True story.
Attachments
Patch (1.60 KB, patch)
2012-05-10 12:24 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2012-05-10 12:24:53 PDT
Tom Zakrajsek
Comment 2 2012-05-10 12:39:04 PDT
Where's the test? ;)
WebKit Review Bot
Comment 3 2012-05-10 13:42:26 PDT
Comment on attachment 141224 [details] Patch Clearing flags on attachment: 141224 Committed r116682: <http://trac.webkit.org/changeset/116682>
WebKit Review Bot
Comment 4 2012-05-10 13:42:31 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 5 2012-05-13 16:29:50 PDT
Did this have any performance effect? Does this mean that the destructor is now inlined?
Andreas Kling
Comment 6 2012-05-13 17:38:19 PDT
(In reply to comment #5) > Did this have any performance effect? Does this mean that the destructor is now inlined? The destructor is now inlined indeed. Nothing exciting on perf bots though.
Note You need to log in before you can comment on or make changes to this bug.