summaryrefslogtreecommitdiffstats
path: root/widget/tests/test_clipboard_owner_chrome.html
diff options
context:
space:
mode:
Diffstat (limited to 'widget/tests/test_clipboard_owner_chrome.html')
-rw-r--r--widget/tests/test_clipboard_owner_chrome.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/tests/test_clipboard_owner_chrome.html b/widget/tests/test_clipboard_owner_chrome.html
index 4759b2b14c..2991646616 100644
--- a/widget/tests/test_clipboard_owner_chrome.html
+++ b/widget/tests/test_clipboard_owner_chrome.html
@@ -20,7 +20,7 @@ function testClipboardOwner(aClipboardType, aAsync) {
const clipboardOwner = {
QueryInterface: ChromeUtils.generateQI(["nsIClipboardOwner"]),
// nsIClipboardOwner
- LosingOwnership(aTransferable) {
+ LosingOwnership() {
losingOwnership = true;
},
};