| Index: webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc b/webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc
|
| index 62ad9b93e1fb859b12280b60bc688d6550fca528..2ae606bcdd97351c8def4f55d28d568eb0582503 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc
|
| @@ -19,7 +19,7 @@ namespace webkit {
|
| namespace ppapi {
|
|
|
| PPB_Flash_NetConnector_Impl::PPB_Flash_NetConnector_Impl(PP_Instance instance)
|
| - : Resource(instance),
|
| + : Resource(::ppapi::OBJECT_IS_IMPL, instance),
|
| socket_out_(NULL),
|
| local_addr_out_(NULL),
|
| remote_addr_out_(NULL) {
|
|
|