Title: [89042] trunk/Source/WebCore
Revision
89042
Author
[email protected]
Date
2011-06-16 10:46:52 -0700 (Thu, 16 Jun 2011)

Log Message

2011-06-16  Dimitri Glazkov  <[email protected]>

        [Qt] Build fix after r89039.

        * platform/qt/RenderThemeQt.h: Renamed local variable f to font.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89041 => 89042)


--- trunk/Source/WebCore/ChangeLog	2011-06-16 17:41:10 UTC (rev 89041)
+++ trunk/Source/WebCore/ChangeLog	2011-06-16 17:46:52 UTC (rev 89042)
@@ -2,6 +2,12 @@
 
         [Qt] Build fix after r89039.
 
+        * platform/qt/RenderThemeQt.h: Renamed local variable f to font.
+
+2011-06-16  Dimitri Glazkov  <[email protected]>
+
+        [Qt] Build fix after r89039.
+
         * platform/qt/RenderThemeQt.h: Move decl out of ENABLE(VIDEO) ifdef.
 
 2011-06-15  Dimitri Glazkov  <[email protected]>

Modified: trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp (89041 => 89042)


--- trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp	2011-06-16 17:41:10 UTC (rev 89041)
+++ trunk/Source/WebCore/platform/qt/RenderThemeQt.cpp	2011-06-16 17:46:52 UTC (rev 89042)
@@ -1513,7 +1513,7 @@
         string = fileButtonNoFileSelectedLabel();
     else if (filenames.size() == 1) {
         String fname = filenames[0];
-        QFontMetrics fm(f.font());
+        QFontMetrics fm(font.font());
         string = fm.elidedText(fname, Qt::ElideLeft, width);
     } else {
         int n = filenames.size();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to