summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/FileChooserGtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/FileChooserGtk.cpp')
-rw-r--r--WebCore/platform/gtk/FileChooserGtk.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/gtk/FileChooserGtk.cpp b/WebCore/platform/gtk/FileChooserGtk.cpp
index 10c1a5f..c41a693 100644
--- a/WebCore/platform/gtk/FileChooserGtk.cpp
+++ b/WebCore/platform/gtk/FileChooserGtk.cpp
@@ -57,8 +57,7 @@ static bool stringByAdoptingFileSystemRepresentation(gchar* systemFilename, Stri
}
FileChooser::FileChooser(FileChooserClient* client, const String& filename)
- : RefCounted<FileChooser>(0)
- , m_client(client)
+ : m_client(client)
, m_filename(filename)
, m_icon(chooseIcon(filename))
{