summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/PlatformMessagePortChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/PlatformMessagePortChannel.h')
-rw-r--r--Source/WebKit/chromium/src/PlatformMessagePortChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/PlatformMessagePortChannel.h b/Source/WebKit/chromium/src/PlatformMessagePortChannel.h
index 5416145..9cd7001 100644
--- a/Source/WebKit/chromium/src/PlatformMessagePortChannel.h
+++ b/Source/WebKit/chromium/src/PlatformMessagePortChannel.h
@@ -46,7 +46,7 @@ namespace WebCore {
class MessagePort;
// PlatformMessagePortChannel is a platform-dependent interface to the remote side of a message channel.
-class PlatformMessagePortChannel : public ThreadSafeShared<PlatformMessagePortChannel>,
+class PlatformMessagePortChannel : public ThreadSafeRefCounted<PlatformMessagePortChannel>,
public WebKit::WebMessagePortChannelClient {
public:
static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);