| Index: ppapi/proxy/ppb_url_response_info_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_url_response_info_proxy.cc b/ppapi/proxy/ppb_url_response_info_proxy.cc
|
| index c9da1ef7384d8bc5219ba1f16b92e730c9b1a37d..6dbb7c4042aae5ff26d55318100791ff07de1c90 100644
|
| --- a/ppapi/proxy/ppb_url_response_info_proxy.cc
|
| +++ b/ppapi/proxy/ppb_url_response_info_proxy.cc
|
| @@ -39,7 +39,7 @@ class URLResponseInfo : public Resource, public PPB_URLResponseInfo_API {
|
| };
|
|
|
| URLResponseInfo::URLResponseInfo(const HostResource& resource)
|
| - : Resource(resource) {
|
| + : Resource(OBJECT_IS_PROXY, resource) {
|
| }
|
|
|
| URLResponseInfo::~URLResponseInfo() {
|
|
|