⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 89046 in webkit


Ignore:
Timestamp:
Jun 16, 2011, 11:07:05 AM (15 years ago)
Author:
Dimitri Glazkov
Message:

2011-06-16 Dimitri Glazkov <Dimitri Glazkov>

[Qt] Build fix after r89039.

  • WebCore.pro: Added StringTruncator to build system.
  • platform/qt/RenderThemeQt.cpp: Reverted previous change.
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89044 r89046  
    4747        * html/shadow/TextControlInnerElements.cpp:
    4848        (WebCore::InputFieldSpeechButtonElement::defaultEventHandler):
     49
     502011-06-16  Dimitri Glazkov  <dglazkov@chromium.org>
     51
     52        [Qt] Build fix after r89039.
     53
     54        * WebCore.pro: Added StringTruncator to build system.
     55        * platform/qt/RenderThemeQt.cpp: Reverted previous change.
    4956
    50572011-06-16  Dimitri Glazkov  <dglazkov@chromium.org>
  • trunk/Source/WebCore/WebCore.pro

    r89039 r89046  
    10041004    platform/graphics/SVGGlyph.cpp \
    10051005    platform/graphics/SimpleFontData.cpp \
     1006    platform/graphics/StringTruncator.cpp \
    10061007    platform/graphics/TiledBackingStore.cpp \
    10071008    platform/graphics/transforms/AffineTransform.cpp \
  • trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp

    r89043 r89046  
    6666#include "ScrollbarThemeQt.h"
    6767#include "SliderThumbElement.h"
    68 #include "StringTruncator.h"
    6968#include "TimeRanges.h"
    7069#include "UserAgentStyleSheets.h"
Note: See TracChangeset for help on using the changeset viewer.