Status: Available Owner: ---- CC: [email protected] Labels: Type-Cleanup Pri-3 OS-Windows Size-Small Area-BrowserUI
New issue 9270 by [email protected]: dynamic_cast used in chrome/browser/task_manager_resource_providers.cc at TaskManagerWebContentsResource::GetTabContents() http://code.google.com/p/chromium/issues/detail?id=9270 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/task_manager_resource_providers.cc?annotate=12040 Line 80 dynamic_cast is forbidden. We shouldn't be using RTTI in any of our own code. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Casting#Casting Cc Ben because you were the initial reviewer in http://codereview.chromium.org/1822 and Peterson isn't on Chrome any longer. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
