Commit d36c0c97 authored by thakis@chromium.org's avatar thakis@chromium.org

Revert parts of http://codereview.chromium.org/2808079 as requested by thestig.

Review URL: http://codereview.chromium.org/3056032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54189 0039d316-1c4b-4281-b951-d872f2087c98
parent 66b2c3e6
...@@ -220,6 +220,18 @@ ...@@ -220,6 +220,18 @@
fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
fun:_ZN4dyld24initializeMainExecutableEv fun:_ZN4dyld24initializeMainExecutableEv
} }
{
# With our tweaks to get Chromium to link on Mac 10.5, we sometimes get
# this suppression instead.
Mac_Sandbox_Intentional_Leak3
Memcheck:Leak
fun:_Znw*
fun:_Z41__static_initialization_and_destruction_0ii
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
fun:_ZN4dyld24initializeMainExecutableEv
}
{ {
# jrg thinks this is probably a bug in Cocoa but is harmless. We # jrg thinks this is probably a bug in Cocoa but is harmless. We
# can hit it by using --homepage=about:blank, which triggers a # can hit it by using --homepage=about:blank, which triggers a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment