Index: Source/core/workers/SharedWorkerRepositoryClient.h |
diff --git a/Source/core/workers/SharedWorkerRepositoryClient.h b/Source/core/workers/SharedWorkerRepositoryClient.h |
index 7d9f8ea15c8c39f3ce45d22ac6811b334dcc6203..29c88a5771d715d830f5543d7c42834b530ffcb3 100644 |
--- a/Source/core/workers/SharedWorkerRepositoryClient.h |
+++ b/Source/core/workers/SharedWorkerRepositoryClient.h |
@@ -52,7 +52,7 @@ public: |
SharedWorkerRepositoryClient() { } |
virtual ~SharedWorkerRepositoryClient() { } |
- virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<blink::WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) = 0; |
+ virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) = 0; |
virtual void documentDetached(Document*) = 0; |
}; |