summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk')
-rw-r--r--chrome/browser/gtk/status_bubble_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/status_bubble_gtk.cc b/chrome/browser/gtk/status_bubble_gtk.cc
index 65c89f7..abb7a0d 100644
--- a/chrome/browser/gtk/status_bubble_gtk.cc
+++ b/chrome/browser/gtk/status_bubble_gtk.cc
@@ -38,7 +38,7 @@ void StatusBubbleGtk::SetStatus(const std::wstring& status) {
}
void StatusBubbleGtk::SetURL(const GURL& url, const std::wstring& languages) {
- SetStatus(url.spec());
+ SetStatus(url.possibly_invalid_spec());
}
void StatusBubbleGtk::Hide() {