| Index: Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/Source/web/SharedWorkerRepositoryClientImpl.h b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index 07488bd63212eb517062aa973d592392ddda8707..6a051dd2662421c3af57907bfae6461fc3f53dc6 100644
|
| --- a/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -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:
|
|
|