Changeset 29866 in webkit


Ignore:
Timestamp:
Jan 29, 2008 8:32:50 PM (16 years ago)
Author:
mitz@apple.com
Message:
  • build fix
  • loader/CachedFont.cpp: (WebCore::CachedFont::CachedFont):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r29865 r29866  
     12008-01-29  Dan Bernstein  <mitz@apple.com>
     2
     3        - build fix
     4
     5        * loader/CachedFont.cpp:
     6        (WebCore::CachedFont::CachedFont):
     7
    182008-01-29  Mark Rowe  <mrowe@apple.com>
    29
  • trunk/WebCore/loader/CachedFont.cpp

    r29864 r29866  
    5050
    5151CachedFont::CachedFont(DocLoader* dl, const String &url)
    52     : CachedResource(url, FontResource), m_fontData(0)
     52    : CachedResource(url, FontResource)
     53    , m_fontData(0)
     54#if ENABLE(SVG_FONTS)
    5355    , m_isSVGFont(false)
     56#endif
    5457{
    5558    // Don't load the file yet.  Wait for an access before triggering the load.
Note: See TracChangeset for help on using the changeset viewer.