| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
|
| index 81c07e2accb85a190e146a141dcc0f7d7b4ad1bb..49289cfd22dec0dc778715a1c00e503fc2e8b286 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
|
| @@ -25,10 +25,7 @@ class PluginResource;
|
| class PluginResourceTracker {
|
| public:
|
| // Returns the pointer to the singleton object.
|
| - static PluginResourceTracker* Get() {
|
| - static PluginResourceTracker tracker;
|
| - return &tracker;
|
| - }
|
| + static PluginResourceTracker* Get();
|
|
|
| // PP_Resources --------------------------------------------------------------
|
|
|
|
|