| Index: tools/deep_memory_profiler/lib/sorter.py
|
| diff --git a/tools/deep_memory_profiler/lib/sorter.py b/tools/deep_memory_profiler/lib/sorter.py
|
| index 1f083fc76a339116c634c22e4d5d97cdc1e3467c..c36cdbdd5b6ce5f6ac062449027d9807efd61a62 100644
|
| --- a/tools/deep_memory_profiler/lib/sorter.py
|
| +++ b/tools/deep_memory_profiler/lib/sorter.py
|
| @@ -19,7 +19,7 @@ DEFAULT_SORTERS = [
|
| os.path.join(BASE_PATH, 'sorters', 'malloc.browser-module.json'),
|
| os.path.join(BASE_PATH, 'sorters', 'malloc.renderer-module.json'),
|
| os.path.join(BASE_PATH, 'sorters', 'malloc.type.json'),
|
| - os.path.join(BASE_PATH, 'sorters', 'malloc.WebCore.json'),
|
| + os.path.join(BASE_PATH, 'sorters', 'malloc.blink.json'),
|
| os.path.join(BASE_PATH, 'sorters', 'vm.Android-specific.json'),
|
| os.path.join(BASE_PATH, 'sorters', 'vm.base.json'),
|
| os.path.join(BASE_PATH, 'sorters', 'vm.GPU.json'),
|
|
|