Title: [216165] trunk/Source/WebKit/mac
Revision
216165
Author
commit-qu...@webkit.org
Date
2017-05-03 18:37:45 -0700 (Wed, 03 May 2017)

Log Message

[Cocoa] Stop exporting symbols for ivars that were made private
https://bugs.webkit.org/show_bug.cgi?id=171631

Patch by Joseph Pecoraro <pecor...@apple.com> on 2017-05-03
Reviewed by Dan Bernstein.

* WebKit.exp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (216164 => 216165)


--- trunk/Source/WebKit/mac/ChangeLog	2017-05-04 01:20:54 UTC (rev 216164)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-05-04 01:37:45 UTC (rev 216165)
@@ -1,3 +1,12 @@
+2017-05-03  Joseph Pecoraro  <pecor...@apple.com>
+
+        [Cocoa] Stop exporting symbols for ivars that were made private
+        https://bugs.webkit.org/show_bug.cgi?id=171631
+
+        Reviewed by Dan Bernstein.
+
+        * WebKit.exp:
+
 2017-05-01  Chris Dumez  <cdu...@apple.com>
 
         Remove some usage of PassRefPtr in editing code

Modified: trunk/Source/WebKit/mac/WebKit.exp (216164 => 216165)


--- trunk/Source/WebKit/mac/WebKit.exp	2017-05-04 01:20:54 UTC (rev 216164)
+++ trunk/Source/WebKit/mac/WebKit.exp	2017-05-04 01:37:45 UTC (rev 216165)
@@ -256,19 +256,3 @@
 __WebHTMLViewPrintingMaximumShrinkFactor
 __WebHTMLViewPrintingMinimumShrinkFactor
 __WebViewDidStartAcceleratedCompositingNotification
-_OBJC_IVAR_$_WebDatabaseQuotaManager._origin
-_OBJC_IVAR_$_WebDeviceOrientation.m_internal
-_OBJC_IVAR_$_WebDeviceOrientationProviderMock.m_internal
-_OBJC_IVAR_$_WebGeolocationPosition._internal
-_OBJC_IVAR_$_WebHTMLRepresentation._private
-_OBJC_IVAR_$_WebInspector._frontend
-_OBJC_IVAR_$_WebInspector._inspectedWebView
-_OBJC_IVAR_$_WebNotification._private
-_OBJC_IVAR_$_WebPluginDatabase.plugInPaths
-_OBJC_IVAR_$_WebPluginDatabase.pluginInstanceViews
-_OBJC_IVAR_$_WebPluginDatabase.plugins
-_OBJC_IVAR_$_WebPluginDatabase.registeredMIMETypes
-_OBJC_IVAR_$_WebSecurityOrigin._applicationCacheQuotaManager
-_OBJC_IVAR_$_WebSecurityOrigin._databaseQuotaManager
-_OBJC_IVAR_$_WebSecurityOrigin._private
-_OBJC_IVAR_$_WebUserContentURLPattern._private
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to