Title: [121582] trunk/Source/WebCore
- Revision
- 121582
- Author
- [email protected]
- Date
- 2012-06-29 12:05:18 -0700 (Fri, 29 Jun 2012)
Log Message
Mac build fix after r121575. It rolls out r121547 but didn't roll out the follow up build fix r121553.
* platform/graphics/mac/FontCustomPlatformData.h:
(FontCustomPlatformData):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (121581 => 121582)
--- trunk/Source/WebCore/ChangeLog 2012-06-29 19:03:09 UTC (rev 121581)
+++ trunk/Source/WebCore/ChangeLog 2012-06-29 19:05:18 UTC (rev 121582)
@@ -1,5 +1,12 @@
2012-06-29 Ryosuke Niwa <[email protected]>
+ Mac build fix after r121575. It rolls out r121547 but didn't roll out the follow up build fix r121553.
+
+ * platform/graphics/mac/FontCustomPlatformData.h:
+ (FontCustomPlatformData):
+
+2012-06-29 Ryosuke Niwa <[email protected]>
+
Share the same cache in HTMLCollection and DynamicNodeLists
https://bugs.webkit.org/show_bug.cgi?id=90118
Modified: trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h (121581 => 121582)
--- trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h 2012-06-29 19:03:09 UTC (rev 121581)
+++ trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h 2012-06-29 19:05:18 UTC (rev 121582)
@@ -60,6 +60,7 @@
static bool supportsFormat(const String&);
+ ATSFontContainerRef m_atsContainer;
CGFontRef m_cgFont;
#if USE(SKIA_ON_MAC_CHROMIUM)
SkTypeface* m_typeface;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes