RESOLVED FIXED Bug 82856
Teach RuleSet about modern memory management
https://bugs.webkit.org/show_bug.cgi?id=82856
Summary Teach RuleSet about modern memory management
Eric Seidel (no email)
Reported 2012-04-01 23:22:45 PDT
Teach RuleSet about modern memory management
Attachments
Patch (7.39 KB, patch)
2012-04-02 01:22 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2012-04-02 01:22:22 PDT
WebKit Review Bot
Comment 2 2012-04-02 02:18:20 PDT
Comment on attachment 135040 [details] Patch Clearing flags on attachment: 135040 Committed r112840: <http://trac.webkit.org/changeset/112840>
WebKit Review Bot
Comment 3 2012-04-02 02:18:25 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 4 2012-04-02 07:48:10 PDT
Comment on attachment 135040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135040&action=review > Source/WebCore/css/CSSStyleSelector.cpp:260 > public: > + RuleSet(); Still public?
Eric Seidel (no email)
Comment 5 2012-04-02 11:15:50 PDT
Comment on attachment 135040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135040&action=review >> Source/WebCore/css/CSSStyleSelector.cpp:260 >> + RuleSet(); > > Still public? Sorry, I read too quickly and assumed that section was private. Turns out the class doesn't even have a private: section, it's that lame.
Note You need to log in before you can comment on or make changes to this bug.