From cb0f9ac4634309b82375bb8f2fd3e95cd218edd5 Mon Sep 17 00:00:00 2001 From: Mirko Brodesser Date: Wed, 23 Sep 2020 13:06:04 +0000 Subject: [PATCH] Bug 1666716: remove outdated comment of `nsITransferable::init`'s documentation. r=baku The corresponding feature was removed in bug 815952. Differential Revision: https://phabricator.services.mozilla.com/D91102 --- widget/nsITransferable.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/widget/nsITransferable.idl b/widget/nsITransferable.idl index ba9e6b8954d1..203e200d563e 100644 --- a/widget/nsITransferable.idl +++ b/widget/nsITransferable.idl @@ -100,8 +100,7 @@ interface nsITransferable : nsISupports * debug builds. * * The load context is used to track whether the transferable is storing privacy- - * sensitive information. For example, we try to delete data that you copy - * to the clipboard when you close a Private Browsing window. + * sensitive information. * * To get the appropriate load context in Javascript callers, one needs to get * to the document that the transferable corresponds to, and then get the load