Changeset 31344 in webkit


Ignore:
Timestamp:
Mar 26, 2008 7:41:16 PM (16 years ago)
Author:
mrowe@apple.com
Message:

Release build fix.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31342 r31344  
     12008-03-26  Mark Rowe  <mrowe@apple.com>
     2
     3        Release build fix.
     4
     5        * rendering/SVGRootInlineBox.cpp:
     6        (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox): Initialize svgFont to zero.
     7
    182008-03-26  Maciej Stachowiak  <mjs@apple.com>
    29
  • trunk/WebCore/rendering/SVGRootInlineBox.cpp

    r31342 r31344  
    13061306        }
    13071307
    1308         SVGFontElement* svgFont;
     1308        SVGFontElement* svgFont = 0;
    13091309        if (style->font().isSVGFont())
    13101310            svgFont = style->font().svgFont();
Note: See TracChangeset for help on using the changeset viewer.