summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h')
-rw-r--r--src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h b/src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h
index a7194d8d7..7b96ed8e1 100644
--- a/src/3rdparty/webkit/WebCore/loader/icon/IconLoader.h
+++ b/src/3rdparty/webkit/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();