Title: [161807] trunk/Source/WebCore
Revision
161807
Author
[email protected]
Date
2014-01-12 08:09:51 -0800 (Sun, 12 Jan 2014)

Log Message

[iOS] WebFontCache is Mac-only

* WebCore.exp.in: Move export to Mac-only section.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161806 => 161807)


--- trunk/Source/WebCore/ChangeLog	2014-01-12 16:09:49 UTC (rev 161806)
+++ trunk/Source/WebCore/ChangeLog	2014-01-12 16:09:51 UTC (rev 161807)
@@ -1,5 +1,11 @@
 2014-01-12  David Kilzer  <[email protected]>
 
+        [iOS] WebFontCache is Mac-only
+
+        * WebCore.exp.in: Move export to Mac-only section.
+
+2014-01-12  David Kilzer  <[email protected]>
+
         [iOS] Upstream WebEventRegion.{h|mm} to fix the build
 
         * WebCore.xcodeproj/project.pbxproj: Add to project.

Modified: trunk/Source/WebCore/WebCore.exp.in (161806 => 161807)


--- trunk/Source/WebCore/WebCore.exp.in	2014-01-12 16:09:49 UTC (rev 161806)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-01-12 16:09:51 UTC (rev 161807)
@@ -35,7 +35,6 @@
 .objc_class_name_DOMTextEvent
 .objc_class_name_DOMUIEvent
 .objc_class_name_DOMWheelEvent
-.objc_class_name_WebFontCache
 .objc_class_name_WebScriptObject
 .objc_class_name_WebScriptObjectPrivate
 .objc_class_name_WebUndefined
@@ -1994,6 +1993,7 @@
 .objc_class_name_WebCoreFullScreenPlaceholderView
 .objc_class_name_WebCoreFullScreenWarningView
 .objc_class_name_WebCoreFullScreenWindow
+.objc_class_name_WebFontCache
 .objc_class_name_WebHTMLConverter
 .objc_class_name_WebWindowFadeAnimation
 .objc_class_name_WebWindowScaleAnimation
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to