| Index: Source/core/testing/GCObservation.idl
|
| diff --git a/Source/core/testing/GCObservation.idl b/Source/core/testing/GCObservation.idl
|
| index feb1069bee0e5594c11b8fe91271381a8d473b5e..378b05526c7ef3cddd98f35140dca7e02ba3592c 100644
|
| --- a/Source/core/testing/GCObservation.idl
|
| +++ b/Source/core/testing/GCObservation.idl
|
| @@ -30,11 +30,9 @@
|
|
|
| [
|
| WillBeGarbageCollected,
|
| - NoInterfaceObject, // testing interfaces do not appear on global objects
|
| ] interface GCObservation {
|
| // Technically, this is true if the object was "near death"; the
|
| // object may have been kept alive through a weak handle. Having
|
| // been collected is the common case, though.
|
| readonly attribute boolean wasCollected;
|
| };
|
| -
|
|
|