Title: [246331] trunk/Source/WebKit
Revision
246331
Author
[email protected]
Date
2019-06-11 13:34:16 -0700 (Tue, 11 Jun 2019)

Log Message

Fix non-internal builds after r246327.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246330 => 246331)


--- trunk/Source/WebKit/ChangeLog	2019-06-11 20:14:40 UTC (rev 246330)
+++ trunk/Source/WebKit/ChangeLog	2019-06-11 20:34:16 UTC (rev 246331)
@@ -7,6 +7,12 @@
         * UIProcess/WebProcessPool.cpp:
         (WebKit::WebProcessPool::clearWebProcessIsPlayingAudibleMedia):
 
+2019-06-11  Simon Fraser  <[email protected]>
+
+        Fix non-internal builds after r246327.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2019-06-10  Simon Fraser  <[email protected]>
 
         Add logging for UI-side compositing hit-testing

Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (246330 => 246331)


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-06-11 20:14:40 UTC (rev 246330)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-06-11 20:34:16 UTC (rev 246331)
@@ -534,6 +534,7 @@
 - (CGSize)convertSize:(CGSize)size toView:(UIView *)view;
 - (void)_removeAllAnimations:(BOOL)includeSubviews;
 - (UIColor *)_inheritedInteractionTintColor;
+- (NSString *)recursiveDescription;
 #if PLATFORM(IOSMAC)
 @property (nonatomic, getter=_focusRingType, setter=_setFocusRingType:) UIFocusRingType focusRingType;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to