commit | 4f6574730e1a03f94d3c472d77ae1b033e9f0b13 | [log] [tgz] |
---|---|---|
author | bolsinga@apple.com <bolsinga@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Nov 17 01:05:20 2008 +0000 |
committer | bolsinga@apple.com <bolsinga@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Nov 17 01:05:20 2008 +0000 |
tree | 8c01e3965392e39d024bd34c28187ed1179aea00 | |
parent | 902f3769aa384e5140189a8efc74472e10f3c5c0 [diff] |
Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=21810 Remove use of static C++ objects that are destroyed at exit time (destructors) Use DEFINE_STATIC_LOCAL for static RetainPtr<T>, RefPtr<T>. Add additional uses of DEFINE_STATIC_LOCAL where appropriate. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38458 268f45cc-cd09-0410-ab3c-d52691b4dbfc