Changeset 91739 in webkit
- Timestamp:
- Jul 25, 2011, 8:37:26 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r91738 r91739 1 2011-07-25 Dan Bernstein <mitz@apple.com> 2 3 Fix the build by committing a rename in this file that I neglected to include in the previous commit. 4 5 * css/CSSFontFaceSource.h: 6 1 7 2011-07-25 Dan Bernstein <mitz@apple.com> 2 8 -
trunk/Source/WebCore/css/CSSFontFaceSource.h
r91738 r91739 79 79 HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles. 80 80 81 Timer<CSSFontFaceSource> m_ startLoadingTimer;81 Timer<CSSFontFaceSource> m_loadStartTimer; 82 82 RefPtr<CSSFontSelector> m_fontSelector; 83 83
Note:
See TracChangeset
for help on using the changeset viewer.