Title: [180961] trunk/Source/WebKit2
Revision
180961
Author
enr...@apple.com
Date
2015-03-03 15:36:23 -0800 (Tue, 03 Mar 2015)

Log Message

Build fix for iOS.

Unreviewed.

* UIProcess/ios/WKContentViewInteraction.mm: Adding forward declaration.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (180960 => 180961)


--- trunk/Source/WebKit2/ChangeLog	2015-03-03 23:27:46 UTC (rev 180960)
+++ trunk/Source/WebKit2/ChangeLog	2015-03-03 23:36:23 UTC (rev 180961)
@@ -1,3 +1,11 @@
+2015-03-03  Enrica Casucci  <enr...@apple.com>
+
+        Build fix for iOS.
+
+        Unreviewed.
+
+        * UIProcess/ios/WKContentViewInteraction.mm: Adding forward declaration.
+
 2015-03-03  Antti Koivisto  <an...@apple.com>
 
         Include key to NetworkCacheStorage::Entry

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (180960 => 180961)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-03-03 23:27:46 UTC (rev 180960)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-03-03 23:36:23 UTC (rev 180961)
@@ -194,9 +194,11 @@
 + (BOOL)_addCompletion:(void(^)(BOOL))completion;
 @end
 
+#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000
 @interface UIWebFormAccessory (StagingToRemove)
-@property(nonatomic,retain) NSArray *buttonItems;
+- (UITextInputAssistantItem *)inputAssistantItem;
 @end
+#endif
 
 @interface WKFormInputSession : NSObject <_WKFormInputSession>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to