| Index: ppapi/api/pp_macros.idl
|
| diff --git a/ppapi/api/pp_macros.idl b/ppapi/api/pp_macros.idl
|
| index 9d890b83fe011ecd039bd7fbcdb8992b29621796..79545395cf0268fc5ec58e964f8dacb0af6c801e 100644
|
| --- a/ppapi/api/pp_macros.idl
|
| +++ b/ppapi/api/pp_macros.idl
|
| @@ -92,7 +92,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE)
|
| Foo::Foo(MyInstance* instance)
|
| : PP_ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)) {}
|
| */
|
| -#if defined(COMPILER_MSVC)
|
| +#if defined(_MSC_VER)
|
| # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) \
|
| __pragma(warning(push)) \
|
| __pragma(warning(disable:4355)) \
|
|
|