Skip to content

Commit 5854cad

Browse files
authored
browser(webkit): fix typo in macro name (#4970)
1 parent 7a8214c commit 5854cad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1416
2-
Changed: [email protected] Wed, Jan 6, 2021 9:41:40 AM
1+
1417
2+
Changed: [email protected] Mon 11 Jan 2021 10:01:41 AM PST

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15183,7 +15183,7 @@ index 5716d67d700e2d1a97b304a2949aabca24358d5c..9b63c511180c50907a3719ae854571ad
1518315183
// and make it one UIClient call that calls the completionHandler with false
1518415184
// if there is no delegate instead of returning the completionHandler
1518515185
diff --git a/Source/WebKit/UIProcess/WebPageProxy.h b/Source/WebKit/UIProcess/WebPageProxy.h
15186-
index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51bcf46ea0 100644
15186+
index 0df616b76fb75033ef20179fe5b296f28355e3e1..b99708424ab3aca96818466d05ea61329493b3be 100644
1518715187
--- a/Source/WebKit/UIProcess/WebPageProxy.h
1518815188
+++ b/Source/WebKit/UIProcess/WebPageProxy.h
1518915189
@@ -39,6 +39,7 @@
@@ -15301,7 +15301,7 @@ index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51
1530115301
unsigned m_currentDragNumberOfFilesToBeAccepted { 0 };
1530215302
WebCore::IntRect m_currentDragCaretRect;
1530315303
WebCore::IntRect m_currentDragCaretEditableElementRect;
15304-
+#if !PLATOFORM(COCOA)
15304+
+#if !PLATFORM(COCOA)
1530515305
+ bool m_interceptDrags { false };
1530615306
+ OptionSet<WebCore::DragOperation> m_dragSourceOperationMask;
1530715307
+ int m_dragEventsQueued = 0;

0 commit comments

Comments
 (0)