summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-clang-r3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-clang-r3.patch')
-rw-r--r--www-client/chromium/files/chromium-clang-r3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-clang-r3.patch b/www-client/chromium/files/chromium-clang-r3.patch
new file mode 100644
index 00000000..3905a5f0
--- /dev/null
+++ b/www-client/chromium/files/chromium-clang-r3.patch
@@ -0,0 +1,11 @@
+--- 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);
+ }