summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/testing/GCObservation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/testing/GCObservation.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/testing/GCObservation.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/testing/GCObservation.idl b/chromium/third_party/WebKit/Source/core/testing/GCObservation.idl
index 6c2d8e8b7cf..378b05526c7 100644
--- a/chromium/third_party/WebKit/Source/core/testing/GCObservation.idl
+++ b/chromium/third_party/WebKit/Source/core/testing/GCObservation.idl
@@ -28,10 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface GCObservation {
+[
+ WillBeGarbageCollected,
+] 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;
};
-