summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch')
-rw-r--r--www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch b/www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch
deleted file mode 100644
index cdace4b..0000000
--- a/www-client/chromium/files/chromium-103-FrameLoadRequest-type.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 491bf840da4f76fa3591cc0aa2f4c19cdbe57ec4 Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann <stha09@googlemail.com>
-Date: Thu, 12 May 2022 11:58:29 +0000
-Subject: [PATCH] GCC: fix ambiguous references in blink::FrameLoadRequest
-
-Add namespace to avoid confusion.
----
- third_party/blink/renderer/core/loader/frame_load_request.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/third_party/blink/renderer/core/loader/frame_load_request.h b/third_party/blink/renderer/core/loader/frame_load_request.h
-index 444b25c..a86814d 100644
---- a/third_party/blink/renderer/core/loader/frame_load_request.h
-+++ b/third_party/blink/renderer/core/loader/frame_load_request.h
-@@ -179,7 +179,7 @@ struct CORE_EXPORT FrameLoadRequest {
- impression_ = impression;
- }
-
-- const absl::optional<Impression>& Impression() const { return impression_; }
-+ const absl::optional<blink::Impression>& Impression() const { return impression_; }
-
- bool CanDisplay(const KURL&) const;
-
---
-2.35.1
-