| Index: third_party/WebCore/testing/MallocStatistics.idl
|
| diff --git a/third_party/WebCore/testing/FastMallocStatistics.idl b/third_party/WebCore/testing/MallocStatistics.idl
|
| similarity index 98%
|
| rename from third_party/WebCore/testing/FastMallocStatistics.idl
|
| rename to third_party/WebCore/testing/MallocStatistics.idl
|
| index 8b60ac3d52e050823751e90de8d4722f3b166f8d..bbaff9dbdc14e673f624d55ff2f0bfa18d2ff9f2 100644
|
| --- a/third_party/WebCore/testing/FastMallocStatistics.idl
|
| +++ b/third_party/WebCore/testing/MallocStatistics.idl
|
| @@ -26,7 +26,7 @@
|
| module window {
|
| interface [
|
| OmitConstructor
|
| - ] FastMallocStatistics {
|
| + ] MallocStatistics {
|
| readonly attribute unsigned long reservedVMBytes;
|
| readonly attribute unsigned long committedVMBytes;
|
| readonly attribute unsigned long freeListBytes;
|
|
|