WebKit Bugzilla
Attachment 356990 Details for
Bug 192568
: Fix the build after r239039
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-192568-20181210133150.patch (text/plain), 1.81 KB, created by
Wenson Hsieh
on 2018-12-10 13:31:50 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Wenson Hsieh
Created:
2018-12-10 13:31:50 PST
Size:
1.81 KB
patch
obsolete
>Subversion Revision: 239045 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index bc0c2698c2991a1faca80fae503465972052f795..671aafece7d7c8246fbb3779082e29fd4a30f134 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,11 @@ >+2018-12-10 Wenson Hsieh <wenson_hsieh@apple.com> >+ >+ Unreviewed, fix the iOS build after r239039. >+ https://bugs.webkit.org/show_bug.cgi?id=192568 >+ >+ * UIProcess/ios/WKContentViewInteraction.mm: >+ (-[WKContentView dropInteraction:sessionDidUpdate:]): >+ > 2018-12-10 Alex Christensen <achristensen@webkit.org> > > Safe browsing warning should layout buttons vertically in narrow WKWebViews >diff --git a/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm b/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >index b806fa437d9a79f189570ff732646f23f94d622e..3143ba18d94798756e25e8d6305aa308f40f3f42 100644 >--- a/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >+++ b/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >@@ -5894,7 +5894,7 @@ - (UIDropProposal *)dropInteraction:(UIDropInteraction *)interaction sessionDidU > > auto proposal = adoptNS([[UIDropProposal alloc] initWithDropOperation:static_cast<UIDropOperation>(operation)]); > auto dragHandlingMethod = _page->currentDragHandlingMethod(); >- [proposal setPrecise:dragHandlingMethod == DragHandlingMethod::EditPlainText || dragHandlingMethod == DragHandlingMethod::EditRichText]; >+ [proposal setPrecise:dragHandlingMethod == WebCore::DragHandlingMethod::EditPlainText || dragHandlingMethod == WebCore::DragHandlingMethod::EditRichText]; > if ([delegate respondsToSelector:@selector(_webView:willUpdateDropProposalToProposal:forSession:)]) > proposal = [delegate _webView:_webView willUpdateDropProposalToProposal:proposal.get() forSession:session]; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192568
: 356990