]> git.pld-linux.org Git - packages/chromium-browser.git/blob - tcmalloc.patch
- up to 20.0.1132.43
[packages/chromium-browser.git] / tcmalloc.patch
1 from gentoo chromium-tcmalloc-r1.patch
2
3 --- chrome/renderer/chrome_render_process_observer.cc.orig      2012-05-16 20:01:13.000000000 +0200
4 +++ chrome/renderer/chrome_render_process_observer.cc   2012-05-16 20:01:41.000000000 +0200
5 @@ -35,7 +35,6 @@
6  #include "net/base/net_errors.h"
7  #include "net/base/net_module.h"
8  #include "third_party/sqlite/sqlite3.h"
9 -#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
10  #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
11  #include "third_party/WebKit/Source/WebKit/chromium/public/WebCrossOriginPreflightResultCache.h"
12  #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
13 @@ -47,6 +45,11 @@
14  #include "base/win/iat_patch_function.h"
15  #endif
16  
17 +#if defined(USE_TCMALLOC)
18 +#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
19 +#include "third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h"
20 +#endif
21 +
22  using WebKit::WebCache;
23  using WebKit::WebCrossOriginPreflightResultCache;
24  using WebKit::WebFontCache;
25
This page took 0.034712 seconds and 3 git commands to generate.