Title: [89046] trunk/Source/WebCore
Revision
89046
Author
dglaz...@chromium.org
Date
2011-06-16 11:07:05 -0700 (Thu, 16 Jun 2011)

Log Message

2011-06-16  Dimitri Glazkov  <dglaz...@chromium.org>

        [Qt] Build fix after r89039.

        * WebCore.pro: Added StringTruncator to build system.
        * platform/qt/RenderThemeQt.cpp: Reverted previous change.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89045 => 89046)


--- trunk/Source/WebCore/ChangeLog	2011-06-16 18:05:37 UTC (rev 89045)
+++ trunk/Source/WebCore/ChangeLog	2011-06-16 18:07:05 UTC (rev 89046)
@@ -51,6 +51,13 @@
 
         [Qt] Build fix after r89039.
 
+        * WebCore.pro: Added StringTruncator to build system.
+        * platform/qt/RenderThemeQt.cpp: Reverted previous change.
+
+2011-06-16  Dimitri Glazkov  <dglaz...@chromium.org>
+
+        [Qt] Build fix after r89039.
+
         * platform/qt/RenderThemeQt.cpp: Added StringTruncator include.
 
 2011-06-16  Dimitri Glazkov  <dglaz...@chromium.org>

Modified: trunk/Source/WebCore/WebCore.pro (89045 => 89046)


--- trunk/Source/WebCore/WebCore.pro	2011-06-16 18:05:37 UTC (rev 89045)
+++ trunk/Source/WebCore/WebCore.pro	2011-06-16 18:07:05 UTC (rev 89046)
@@ -1003,6 +1003,7 @@
     platform/graphics/ShadowBlur.cpp \
     platform/graphics/SVGGlyph.cpp \
     platform/graphics/SimpleFontData.cpp \
+    platform/graphics/StringTruncator.cpp \
     platform/graphics/TiledBackingStore.cpp \
     platform/graphics/transforms/AffineTransform.cpp \
     platform/graphics/transforms/TransformationMatrix.cpp \

Modified: trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp (89045 => 89046)


--- trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp	2011-06-16 18:05:37 UTC (rev 89045)
+++ trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp	2011-06-16 18:07:05 UTC (rev 89046)
@@ -65,7 +65,6 @@
 #include "RenderTheme.h"
 #include "ScrollbarThemeQt.h"
 #include "SliderThumbElement.h"
-#include "StringTruncator.h"
 #include "TimeRanges.h"
 #include "UserAgentStyleSheets.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to