summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/icon/IconLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/icon/IconLoader.h')
-rw-r--r--WebCore/loader/icon/IconLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/icon/IconLoader.h b/WebCore/loader/icon/IconLoader.h
index a7194d8..7b96ed8 100644
--- a/WebCore/loader/icon/IconLoader.h
+++ b/WebCore/loader/icon/IconLoader.h
@@ -38,7 +38,7 @@ class Frame;
class KURL;
class SharedBuffer;
-class IconLoader : private SubresourceLoaderClient, Noncopyable {
+class IconLoader : private SubresourceLoaderClient, public Noncopyable {
public:
static std::auto_ptr<IconLoader> create(Frame*);
~IconLoader();