WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
bug-161663-20160906174641.patch (text/plain), 1.63 KB, created by
Daniel Bates
on 2016-09-06 17:49:04 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Daniel Bates
Created:
2016-09-06 17:49:04 PDT
Size:
1.63 KB
patch
obsolete
>Subversion Revision: 205527 >diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog >index 51a735f7121adb955db2c204064638261f644d2e..edeb06538e1f0f2e15ae58e729f82757d5a8a28c 100644 >--- a/Source/WebKit2/ChangeLog >+++ b/Source/WebKit2/ChangeLog >@@ -1,3 +1,15 @@ >+2016-09-06 Daniel Bates <dabates@apple.com> >+ >+ [iOS] WebKit2 fails to build with iOS 10 beta SDK - "'UIWKTextInteractionAssistant' may not respond to 'selectAll:'" >+ https://bugs.webkit.org/show_bug.cgi?id=161663 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ The UIResponderStandardEditActions extensions, including the selectAll: message, are now >+ part of a formal protocol by the same name as of the iOS 10 beta SDK. >+ >+ * Platform/spi/ios/UIKitSPI.h: >+ > 2016-09-06 Ryosuke Niwa <rniwa@webkit.org> > > Enable custom elements API in Safari Technology Preview >diff --git a/Source/WebKit2/Platform/spi/ios/UIKitSPI.h b/Source/WebKit2/Platform/spi/ios/UIKitSPI.h >index e67e833ed8de56a10dc8430b86fe36435b05f793..b4745d505b56a5d93fdef90da8a402e605bdb48b 100644 >--- a/Source/WebKit2/Platform/spi/ios/UIKitSPI.h >+++ b/Source/WebKit2/Platform/spi/ios/UIKitSPI.h >@@ -541,7 +541,12 @@ typedef NS_ENUM(NSInteger, UIWKHandlePosition) { > @property (nonatomic, assign) NSRange rangeInMarkedText; > @end > >-@interface UIWKTextInteractionAssistant : UITextInteractionAssistant >+#if __IPHONE_OS_VERSION_MAX_ALLOWED < 100000 >+@protocol UIResponderStandardEditActions >+@end >+#endif >+ >+@interface UIWKTextInteractionAssistant : UITextInteractionAssistant <UIResponderStandardEditActions> > @end > > @interface UIWKTextInteractionAssistant (UIWKTextInteractionAssistantDetails)
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 161663
: 288074