| Index: core/testing/InternalProfilers.idl
|
| diff --git a/core/testing/InternalProfilers.idl b/core/testing/InternalProfilers.idl
|
| index 5ad48631ddfdeb1293123363372f5ca9cc30c619..c73eb1a25722945dc401d4be22524369769235d5 100644
|
| --- a/core/testing/InternalProfilers.idl
|
| +++ b/core/testing/InternalProfilers.idl
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject, // testing interfaces do not appear on global objects
|
| + WillBeGarbageCollected,
|
| ] interface InternalProfilers {
|
| void startHeapProfiling(DOMString prefix);
|
| void stopHeapProfiling();
|
|
|