Bug 1726269: part 2) Repeatedly call `::OleGetClipboard` for the Windows-specific...
commit8b7cdce83a06c3c60514dd19a85f1d7803f548d3
authorMirko Brodesser <mbrodesser@mozilla.com>
Tue, 21 Sep 2021 12:03:19 +0000 (21 12:03 +0000)
committerMirko Brodesser <mbrodesser@mozilla.com>
Tue, 21 Sep 2021 12:03:19 +0000 (21 12:03 +0000)
treec69c1b511995e2de6f7f43af2f72f37d826b67a2
parent92c9b60c1619d4dc00f4fee5e6381e8e4fb29ff1
Bug 1726269: part 2) Repeatedly call `::OleGetClipboard` for the Windows-specific clipboard. r=smaug

`::OleGetClipboard` may fail too, therefore call it repeatedely. See
also part 1).

Differential Revision: https://phabricator.services.mozilla.com/D125662
widget/windows/nsClipboard.cpp