Title: [187113] trunk/Source/WebKit/ios
Revision
187113
Author
timothy_hor...@apple.com
Date
2015-07-21 12:33:12 -0700 (Tue, 21 Jul 2015)

Log Message

Expose shrink-wrapping as UIKit support SPI
https://bugs.webkit.org/show_bug.cgi?id=147148
<rdar://problem/21920008>

* WebKit.iOS.exp:
Also export.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ios/ChangeLog (187112 => 187113)


--- trunk/Source/WebKit/ios/ChangeLog	2015-07-21 19:21:59 UTC (rev 187112)
+++ trunk/Source/WebKit/ios/ChangeLog	2015-07-21 19:33:12 UTC (rev 187113)
@@ -4,6 +4,15 @@
         https://bugs.webkit.org/show_bug.cgi?id=147148
         <rdar://problem/21920008>
 
+        * WebKit.iOS.exp:
+        Also export.
+
+2015-07-21  Tim Horton  <timothy_hor...@apple.com>
+
+        Expose shrink-wrapping as UIKit support SPI
+        https://bugs.webkit.org/show_bug.cgi?id=147148
+        <rdar://problem/21920008>
+
         Reviewed by Simon Fraser.
 
         * Misc/WebUIKitSupport.h:

Modified: trunk/Source/WebKit/ios/WebKit.iOS.exp (187112 => 187113)


--- trunk/Source/WebKit/ios/WebKit.iOS.exp	2015-07-21 19:21:59 UTC (rev 187112)
+++ trunk/Source/WebKit/ios/WebKit.iOS.exp	2015-07-21 19:33:12 UTC (rev 187113)
@@ -5,6 +5,7 @@
 .objc_class_name_WebPluginController
 .objc_class_name_WebSelectionRect
 _WebDatabaseOriginsDidChangeNotification
+_WebKitCreatePathWithShrinkWrappedRects
 _WebKitGetLastLineBreakInBuffer
 _WebKitGetMinimumZoomFontSize
 _WebKitInitialize
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to