mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(webkit): fix compilation (#7782)
This commit is contained in:
parent
3786cf8746
commit
c0f3b19f60
@ -1,2 +1,2 @@
|
|||||||
1519
|
1520
|
||||||
Changed: pavel.feldman@gmail.com Wed 21 Jul 2021 06:03:19 PM PDT
|
Changed: pavel.feldman@gmail.com Wed 21 Jul 2021 09:28:56 PM PDT
|
||||||
|
@ -5875,7 +5875,7 @@ index 7b77e407ee5d08ab3784d0899cfa33f0177f0648..0060ebfb1128cc5eb28baa5ecf4538a2
|
|||||||
request.setHTTPHeaderField(HTTPHeaderName::Accept, "text/event-stream");
|
request.setHTTPHeaderField(HTTPHeaderName::Accept, "text/event-stream");
|
||||||
request.setHTTPHeaderField(HTTPHeaderName::CacheControl, "no-cache");
|
request.setHTTPHeaderField(HTTPHeaderName::CacheControl, "no-cache");
|
||||||
diff --git a/Source/WebCore/page/Frame.cpp b/Source/WebCore/page/Frame.cpp
|
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
|
--- a/Source/WebCore/page/Frame.cpp
|
||||||
+++ b/Source/WebCore/page/Frame.cpp
|
+++ b/Source/WebCore/page/Frame.cpp
|
||||||
@@ -39,6 +39,7 @@
|
@@ -39,6 +39,7 @@
|
||||||
@ -5915,7 +5915,7 @@ index 7054acc90214eb817bd784298ce77f76d32c5dee..5a8d7af631d7f573575f633b906a0798
|
|||||||
|
|
||||||
#endif
|
#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)
|
+void Frame::betterApproximateNode(const IntPoint& testPoint, const NodeQualifier& nodeQualifierFunction, Node*& best, Node* failedNode, IntPoint& bestPoint, IntRect& bestRect, const IntRect& testRect)
|
||||||
+{
|
+{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user