diff options
Diffstat (limited to 'www-client/chromium/files/chromium-clang-r4.patch')
-rw-r--r-- | www-client/chromium/files/chromium-clang-r4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-clang-r4.patch b/www-client/chromium/files/chromium-clang-r4.patch new file mode 100644 index 00000000..8d5122f7 --- /dev/null +++ b/www-client/chromium/files/chromium-clang-r4.patch @@ -0,0 +1,11 @@ +--- a/device/fido/u2f_ble_transaction.cc ++++ b/device/fido/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); + } |