diff options
Diffstat (limited to 'www-client/chromium/files/chromium-clang-r3.patch')
-rw-r--r-- | www-client/chromium/files/chromium-clang-r3.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www-client/chromium/files/chromium-clang-r3.patch b/www-client/chromium/files/chromium-clang-r3.patch deleted file mode 100644 index 3905a5f0..00000000 --- a/www-client/chromium/files/chromium-clang-r3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/device/u2f/u2f_ble_transaction.cc -+++ b/device/u2f/u2f_ble_transaction.cc -@@ -131,7 +131,7 @@ - - void U2fBleTransaction::OnError() { - request_frame_.reset(); -- request_cont_fragments_ = {}; -+ request_cont_fragments_ = base::queue<U2fBleFrameContinuationFragment>(); - response_frame_assembler_.reset(); - std::move(callback_).Run(base::nullopt); - } |