| Index: core/testing/MallocStatistics.idl
|
| diff --git a/core/testing/MallocStatistics.idl b/core/testing/MallocStatistics.idl
|
| index 663fabb0780b501ec15d2eae3e5e567dec79d6a6..5e969e978c7d9be7273019f59ffa694eba5d1ea5 100644
|
| --- a/core/testing/MallocStatistics.idl
|
| +++ b/core/testing/MallocStatistics.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject, // testing interfaces do not appear on global objects
|
| + WillBeGarbageCollected,
|
| ] interface MallocStatistics {
|
| readonly attribute unsigned long reservedVMBytes;
|
| readonly attribute unsigned long committedVMBytes;
|
|
|