Remove 1 exit time destructor from ppapi, and possibly fix a bug.
Previously, this was an inline function with a static member, and since we're building with -fvisibility-inlines-hidden, this resulted in one copy of the singleton in each translation unit that includes this header. Turn on -Wexit-time-destructors for ppapi_proxy. BUG=104323 TEST=none TBR=noelallen@google.com (noelallen@chromium.org did LGTM already) Review URL: http://codereview.chromium.org/8574027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110339 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment