Changeset 61552 in webkit


Ignore:
Timestamp:
Jun 21, 2010 10:21:22 AM (14 years ago)
Author:
mitz@apple.com
Message:

Release build fix

  • rendering/RenderBlockLineLayout.cpp:

(WebCore::tryHyphenating):

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61549 r61552  
     12010-06-21  Dan Bernstein  <mitz@apple.com>
     2
     3        Release build fix
     4
     5        * rendering/RenderBlockLineLayout.cpp:
     6        (WebCore::tryHyphenating):
     7
    182010-06-21  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/WebCore/rendering/RenderBlockLineLayout.cpp

    r61548 r61552  
    13461346    int prefixWidth = hyphenWidth + textWidth(text, lastSpace, prefixLength, font, xPos, isFixedPitch, collapseWhiteSpace) + lastSpaceWordSpacing;
    13471347    ASSERT(xPos + prefixWidth <= availableWidth);
     1348#else
     1349    UNUSED_PARAM(isFixedPitch);
    13481350#endif
    13491351
Note: See TracChangeset for help on using the changeset viewer.