summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h')
-rw-r--r--chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
index 0b32726bbdc..6a051dd2662 100644
--- a/chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
+++ b/chromium/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
@@ -40,7 +40,7 @@ namespace blink {
class WebSharedWorkerRepositoryClient;
-class SharedWorkerRepositoryClientImpl : public WebCore::SharedWorkerRepositoryClient {
+class SharedWorkerRepositoryClientImpl FINAL : public WebCore::SharedWorkerRepositoryClient {
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClientImpl);
public:
static PassOwnPtr<SharedWorkerRepositoryClientImpl> create(WebSharedWorkerRepositoryClient* client)
@@ -50,7 +50,7 @@ public:
virtual ~SharedWorkerRepositoryClientImpl() { }
- virtual void connect(PassRefPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
+ virtual void connect(PassRefPtrWillBeRawPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
virtual void documentDetached(WebCore::Document*) OVERRIDE;
private: