summarylogtreecommitdiffstats
path: root/webauthn-variant.patch
diff options
context:
space:
mode:
authorgraysky2023-05-09 10:40:21 -0400
committergraysky2023-05-09 10:40:21 -0400
commitb61bb422ccd19dddd0acf9454907ff3c7208c63c (patch)
treee0442cf6d79f213a121d1c0d57b27b088776621c /webauthn-variant.patch
parentaf64be811868cbfa4b0c14bb9ca40116b536f4a3 (diff)
downloadaur-b61bb422ccd19dddd0acf9454907ff3c7208c63c.tar.gz
Update to 113.0.5672.92-1
Diffstat (limited to 'webauthn-variant.patch')
-rw-r--r--webauthn-variant.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/webauthn-variant.patch b/webauthn-variant.patch
new file mode 100644
index 000000000000..ec8ba7a135a7
--- /dev/null
+++ b/webauthn-variant.patch
@@ -0,0 +1,12 @@
+diff --git a/chrome/browser/webauthn/authenticator_request_dialog_model.h b/chrome/browser/webauthn/authenticator_request_dialog_model.h
+index f4992a74bd6..45cabe39974 100644
+--- a/chrome/browser/webauthn/authenticator_request_dialog_model.h
++++ b/chrome/browser/webauthn/authenticator_request_dialog_model.h
+@@ -7,6 +7,7 @@
+
+ #include <memory>
+ #include <string>
++#include <variant>
+ #include <vector>
+
+ #include "base/containers/span.h"