Title: [91739] trunk/Source/WebCore
- Revision
- 91739
- Author
- [email protected]
- Date
- 2011-07-25 20:37:26 -0700 (Mon, 25 Jul 2011)
Log Message
Fix the build by committing a rename in this file that I neglected to include in the previous commit.
* css/CSSFontFaceSource.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91738 => 91739)
--- trunk/Source/WebCore/ChangeLog 2011-07-26 03:21:52 UTC (rev 91738)
+++ trunk/Source/WebCore/ChangeLog 2011-07-26 03:37:26 UTC (rev 91739)
@@ -1,5 +1,11 @@
2011-07-25 Dan Bernstein <[email protected]>
+ Fix the build by committing a rename in this file that I neglected to include in the previous commit.
+
+ * css/CSSFontFaceSource.h:
+
+2011-07-25 Dan Bernstein <[email protected]>
+
<rdar://problem/9835028> Font loading during layout can cause layout code to be re-entered via resource load delegate
https://bugs.webkit.org/show_bug.cgi?id=65123
Modified: trunk/Source/WebCore/css/CSSFontFaceSource.h (91738 => 91739)
--- trunk/Source/WebCore/css/CSSFontFaceSource.h 2011-07-26 03:21:52 UTC (rev 91738)
+++ trunk/Source/WebCore/css/CSSFontFaceSource.h 2011-07-26 03:37:26 UTC (rev 91739)
@@ -78,7 +78,7 @@
CSSFontFace* m_face; // Our owning font face.
HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles.
- Timer<CSSFontFaceSource> m_startLoadingTimer;
+ Timer<CSSFontFaceSource> m_loadStartTimer;
RefPtr<CSSFontSelector> m_fontSelector;
#if ENABLE(SVG_FONTS)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes