browser(webkit): fix compilation (#7782)

This commit is contained in:
Pavel Feldman 2021-07-21 21:30:03 -07:00 committed by GitHub
parent 3786cf8746
commit c0f3b19f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1519
Changed: pavel.feldman@gmail.com Wed 21 Jul 2021 06:03:19 PM PDT
1520
Changed: pavel.feldman@gmail.com Wed 21 Jul 2021 09:28:56 PM PDT

View File

@ -5875,7 +5875,7 @@ index 7b77e407ee5d08ab3784d0899cfa33f0177f0648..0060ebfb1128cc5eb28baa5ecf4538a2
request.setHTTPHeaderField(HTTPHeaderName::Accept, "text/event-stream");
request.setHTTPHeaderField(HTTPHeaderName::CacheControl, "no-cache");
diff --git a/Source/WebCore/page/Frame.cpp b/Source/WebCore/page/Frame.cpp
index 7054acc90214eb817bd784298ce77f76d32c5dee..5a8d7af631d7f573575f633b906a0798103199c6 100644
index 7054acc90214eb817bd784298ce77f76d32c5dee..9f6a77a76ba4ef1eff10a6a61f1d7c48a1c389b0 100644
--- a/Source/WebCore/page/Frame.cpp
+++ b/Source/WebCore/page/Frame.cpp
@@ -39,6 +39,7 @@
@ -5915,7 +5915,7 @@ index 7054acc90214eb817bd784298ce77f76d32c5dee..5a8d7af631d7f573575f633b906a0798
#endif
+#ifdef !PLATFORM(IOS_FAMILY)
+#if !PLATFORM(IOS_FAMILY)
+
+void Frame::betterApproximateNode(const IntPoint& testPoint, const NodeQualifier& nodeQualifierFunction, Node*& best, Node* failedNode, IntPoint& bestPoint, IntRect& bestRect, const IntRect& testRect)
+{