summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android/FileChooserAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/android/FileChooserAndroid.cpp')
-rw-r--r--Source/WebCore/platform/android/FileChooserAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/android/FileChooserAndroid.cpp b/Source/WebCore/platform/android/FileChooserAndroid.cpp
index f2ad3b9..43abee3 100644
--- a/Source/WebCore/platform/android/FileChooserAndroid.cpp
+++ b/Source/WebCore/platform/android/FileChooserAndroid.cpp
@@ -38,7 +38,7 @@ String FileChooser::basenameForWidth(const Font& font, int width) const
return fileButtonNoFileSelectedLabel();
String output = pathGetFileName(m_filenames[0]);
- return StringTruncator::centerTruncate(output, static_cast<float>(width), font, false);
+ return StringTruncator::centerTruncate(output, static_cast<float>(width), font);
}
} // namespace WebCore