| Index: webkit/plugins/ppapi/ppb_graphics_3d_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc b/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc
|
| index e19534b85b478ef88eb536cf21c9e70cda9d55ed..fb7b0cacb498181ad6b53882758e2841958ed4ad 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc
|
| @@ -71,7 +71,7 @@ PPB_Graphics3D_Impl::PPB_Graphics3D_Impl(PP_Instance instance)
|
| : PPB_Graphics3D_Shared(instance),
|
| bound_to_instance_(false),
|
| commit_pending_(false),
|
| - weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_ptr_factory_(this) {
|
| }
|
|
|
| PPB_Graphics3D_Impl::~PPB_Graphics3D_Impl() {
|
|
|