DescriptionFix 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285118
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|