RESOLVED FIXED 100614
[BlackBerry] Simplify AuthenticationChallengeManager::instance
https://bugs.webkit.org/show_bug.cgi?id=100614
Summary [BlackBerry] Simplify AuthenticationChallengeManager::instance
Rob Buis
Reported 2012-10-28 13:39:39 PDT
SSIA
Attachments
Patch (4.21 KB, patch)
2012-10-28 13:44 PDT, Rob Buis
no flags
Patch (5.31 KB, patch)
2012-10-29 13:30 PDT, Rob Buis
yong.li.webkit: review+
Rob Buis
Comment 1 2012-10-28 13:44:47 PDT
Jacky Jiang
Comment 2 2012-10-29 08:04:17 PDT
Comment on attachment 171141 [details] Patch It is the same as this: static AuthenticationChallengeManager* s_manager = new AuthenticationChallengeManager(); return s_manager; right? What about DEFINE_STATIC_LOCAL?
Rob Buis
Comment 3 2012-10-29 13:30:16 PDT
Yong Li
Comment 4 2012-10-29 14:35:59 PDT
Comment on attachment 171299 [details] Patch LGTM. might want to add Lyon as internal reviewer?
Rob Buis
Comment 5 2012-10-29 14:54:47 PDT
Note You need to log in before you can comment on or make changes to this bug.