Changeset 91739 in webkit


Ignore:
Timestamp:
Jul 25, 2011 8:37:26 PM (13 years ago)
Author:
mitz@apple.com
Message:

Fix the build by committing a rename in this file that I neglected to include in the previous commit.

  • css/CSSFontFaceSource.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r91738 r91739  
     12011-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
    172011-07-25  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebCore/css/CSSFontFaceSource.h

    r91738 r91739  
    7979    HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles.
    8080
    81     Timer<CSSFontFaceSource> m_startLoadingTimer;
     81    Timer<CSSFontFaceSource> m_loadStartTimer;
    8282    RefPtr<CSSFontSelector> m_fontSelector;
    8383
Note: See TracChangeset for help on using the changeset viewer.