RESOLVED FIXED Bug 120904
Remove fastNew/fastDelete
https://bugs.webkit.org/show_bug.cgi?id=120904
Summary Remove fastNew/fastDelete
Anders Carlsson
Reported 2013-09-06 15:54:28 PDT
Remove fastNew/fastDelete
Attachments
Patch (11.73 KB, patch)
2013-09-06 15:55 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-09-06 15:55:41 PDT
Andreas Kling
Comment 2 2013-09-06 15:59:29 PDT
Comment on attachment 210810 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210810&action=review r=me, so much tasty redness! > Source/WebCore/css/CSSSelectorList.cpp:75 > + // Free the underlying memory without invoking the destructor. > + operator delete (currentSelector); This is so ugly it hurts.
Anders Carlsson
Comment 3 2013-09-06 16:07:44 PDT
Note You need to log in before you can comment on or make changes to this bug.