Skip to content

Commit

Permalink
browser(webkit): fix typo in macro name (#4970)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jan 11, 2021
1 parent 7a8214c commit 5854cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
@@ -1,2 +1,2 @@
1416
Changed: joel.einbinder@gmail.com Wed, Jan 6, 2021 9:41:40 AM
1417
Changed: yurys@chromium.org Mon 11 Jan 2021 10:01:41 AM PST
4 changes: 2 additions & 2 deletions browser_patches/webkit/patches/bootstrap.diff
Expand Up @@ -15183,7 +15183,7 @@ index 5716d67d700e2d1a97b304a2949aabca24358d5c..9b63c511180c50907a3719ae854571ad
// and make it one UIClient call that calls the completionHandler with false
// if there is no delegate instead of returning the completionHandler
diff --git a/Source/WebKit/UIProcess/WebPageProxy.h b/Source/WebKit/UIProcess/WebPageProxy.h
index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51bcf46ea0 100644
index 0df616b76fb75033ef20179fe5b296f28355e3e1..b99708424ab3aca96818466d05ea61329493b3be 100644
--- a/Source/WebKit/UIProcess/WebPageProxy.h
+++ b/Source/WebKit/UIProcess/WebPageProxy.h
@@ -39,6 +39,7 @@
Expand Down Expand Up @@ -15301,7 +15301,7 @@ index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51
unsigned m_currentDragNumberOfFilesToBeAccepted { 0 };
WebCore::IntRect m_currentDragCaretRect;
WebCore::IntRect m_currentDragCaretEditableElementRect;
+#if !PLATOFORM(COCOA)
+#if !PLATFORM(COCOA)
+ bool m_interceptDrags { false };
+ OptionSet<WebCore::DragOperation> m_dragSourceOperationMask;
+ int m_dragEventsQueued = 0;
Expand Down

0 comments on commit 5854cad

Please sign in to comment.