Title: [193669] branches/safari-601-branch/Source/WebCore
Revision
193669
Author
matthew_han...@apple.com
Date
2015-12-07 16:23:38 -0800 (Mon, 07 Dec 2015)

Log Message

Merge r192367. rdar://problem/23769775

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebCore/ChangeLog (193668 => 193669)


--- branches/safari-601-branch/Source/WebCore/ChangeLog	2015-12-08 00:23:36 UTC (rev 193668)
+++ branches/safari-601-branch/Source/WebCore/ChangeLog	2015-12-08 00:23:38 UTC (rev 193669)
@@ -1,3 +1,12 @@
+2015-11-12  Csaba Osztrogonác  <o...@webkit.org>
+
+        Fix build failure due to missing forward declaration of FontVariantSettings after r191968
+        https://bugs.webkit.org/show_bug.cgi?id=151185
+
+        Reviewed by Myles C. Maxfield.
+
+        * css/CSSFontFaceSource.h:
+
 2015-11-03  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         font-variant-* properties in @font-face declarations should be honored

Modified: branches/safari-601-branch/Source/WebCore/css/CSSFontFaceSource.h (193668 => 193669)


--- branches/safari-601-branch/Source/WebCore/css/CSSFontFaceSource.h	2015-12-08 00:23:36 UTC (rev 193668)
+++ branches/safari-601-branch/Source/WebCore/css/CSSFontFaceSource.h	2015-12-08 00:23:38 UTC (rev 193669)
@@ -45,6 +45,7 @@
 class Font;
 class FontDescription;
 class FontFeatureSettings;
+struct FontVariantSettings;
 
 class CSSFontFaceSource final : public CachedFontClient {
     WTF_MAKE_FAST_ALLOCATED;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to