Fix member pointer callbacks in an ATL sink map
Clang won't let you form a pointer to member without an explicit '&ClassName::' before the method name. In fact, neither will MSVC unless you explicitly disable the error, which the ATL does. This has been documented on MSDN since VS 2005: http://msdn.microsoft.com/en-us/library/ms174271.aspx Clang doesn't implement this extension, so just fix the code. R=wez@chromium.org BUG=82385 Review URL: https://codereview.chromium.org/410853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285118 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment